Alokai
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

NameRequiredTypeDescription
accessTokenRequiredstringThe access token issued by the authorization server {string} PunchOutToken
tokenTypeRequiredstringThe 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

On this page