Retrieves an authorization token and digital signature for an HTTP request by this user.
| Name | Description |
|---|---|
| User.GetTokenAndSignatureAsync (String, String, String) | Retrieves an authorization token and digital signature for an HTTP request by this user, with no request body. |
| User.GetTokenAndSignatureAsync (String, String, String, Byte[]) | Retrieves an authorization token and digital signature for an HTTP request by this user, with a body expressed as an array of bytes. |
| User.GetTokenAndSignatureAsync (String, String, String, String) | Retrieves an authorization token and digital signature for an HTTP request by this user, with the request body expressed as a string. |