SCAuthTokenType
Interface SCAuthTokenType
Properties
Property | Type | Description |
---|---|---|
accessToken | string | Access token. |
expiresIn? | number | Expire in. |
refreshToken? | string | Refresh token. |
scope? | string [] | Token scopes; |
tokenType? | string | Token Type. |
Interface SCAuthTokenType
Property | Type | Description |
---|---|---|
accessToken | string | Access token. |
expiresIn? | number | Expire in. |
refreshToken? | string | Refresh token. |
scope? | string [] | Token scopes; |
tokenType? | string | Token Type. |