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