Retrieves an authorization token and digital signature for an HTTP request by all users.
| Name | Description |
|---|---|
| User.GetTokenAndSignatureForAllUsersAsync (String, String, String) | Retrieves an authorization token and digital signature for an HTTP request made on behalf of all users, with no request body. |
| User.GetTokenAndSignatureForAllUsersAsync (String, String, String, Byte[]) | Retrieves an authorization token and digital signature for an HTTP request made on behalf of all users, with a body represented as an array of bytes. |
| User.GetTokenAndSignatureForAllUsersAsync (String, String, String, String) | Retrieves an authorization token and digital signature for an HTTP request made on behalf of all users, with a body represented as a string. |