OAuthUserTokenResponse
Interface of the response returned by endpoints dealing with customer access tokens (e.g. OAuthUserAuthorization, OAuthUserTokenRefresh )
interface OAuthUserTokenResponse {
token: OAuthToken;
tokenCookieOptions: CookieOptions;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
token | Required | OAuthToken | Response from authorization server when user or application is authorized. |
tokenCookieOptions | Required | CookieOptions | Object holding options for the vsf-sap-token cookie - either the default ones or defined by the user in the middleware.config.js. |
Referenced Types
- OAuthToken
e.CookieOptions