GetOAuthAccessToken
Generates an OAuth access token token for a SAP Ariba API.
Input
Name | Type | Description |
GrantType | String | Authorization grant type.
使用できる値は次のとおりです。client_credentials, openapi_2lo |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The token to be included in each request for access to protected resources. |
OAuthRefreshToken | String | The token to be included in a request for a new access token when your current access token has expired. |
ExpiresIn | String | The duration in seconds before the token expires. The default is 1440 seconds, or 24 minutes. |
TimeUpdated | String | The time when the access token was created. |
TokenType | String | The access token type. |