GetOAuthAccessToken
Gets a JWT authentication token from Domino.
Input
Name | Type | Required | Description |
AuthMode | String | False | The type of authentication mode to use. Select App for getting authentication tokens via a desktop app.
使用できる値は次のとおりです。APP デフォルト値はAPPです。 |
Scope | String | False | A space-separated scope of permissions you need the app to have access to. |
CallbackUrl | String | False | The page to return the Domino app after authentication has been completed. |
Verifier | String | False | The verifier token returned by Domino after using the URL obtained with GetOAuthAuthorizationUrl. |
State | String | False | Any value that you wish to be sent with the callback. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The JWT access token used for communication with Domino. |
OAuthRefreshToken | String | The OAuth refresh token. This is the same as the access token in the case of Domino. |
ExpiresIn | String | The remaining lifetime on the access token. A -1 denotes that it will not expire. |