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