GetOAuthAccessToken
Gets the OAuth access token from Highrise.
Input
Name | Type | Required | Description |
AuthMode | String | True | The Highrise authentication mode. user_agent or web_server. Default is web_server.
The default value is web_server. |
CallbackUrl | String | False | The URL the user will be redirected to after authorizing your application. |
Verifier | String | False | The verifier token returned by Highrise. Required for only the Web AuthMode. |
State | String | False | This field indicates any state that may be useful to your application upon receipt of the response. Your application receives the same value it sent, as this parameter makes a round-trip to the Highrise authorization server and back. Possible uses include redirecting the user to the correct resource in your site, using nonces, and mitigating cross-site request forgery. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The OAuth token. |
OAuthRefreshToken | String | The OAuth refresh token. |
ExpiresIn | String | The remaining lifetime for the access token in seconds. |