You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
PunchOutToken
Holds the token info for the user PunchOutToken
export interface PunchOutToken {
'accessToken': string;
'tokenType': string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
accessToken | Required | string | The access token issued by the authorization server {string} PunchOutToken |
tokenType | Required | string | The access token type provides the client with the information required to successfully utilize the access token to make a protected resource request (along with type-specific attributes). The client MUST NOT use an access token if it does not understand or does not trust the token type. {string} PunchOutToken |