Home > @vsf-enterprise/sapcc-api > OAuthToken
OAuthToken interface
Response from authorization server when user or application is authorized.
Signature:
export interface OAuthToken
Properties
| Property | Type | Description |
|---|---|---|
| access_token | string | An authorization access token. |
| expires_in | number | Time in seconds when the token will expire. |
| refresh_token? | string | (Optional) Token for refreshing user session. |
| scope | string | Token's scope. |
| token_type | string | Name of token type |