Alokai

Token

Token returned by commercetools API

interface Token {
	access_token: string;
	expires_at: number;
	expires_in: number;
	refresh_token: string;
	scope: string;
	token_type: string;
}

Properties

NameRequiredTypeDescription
access_tokenRequiredstring
expires_atRequirednumber
expires_inRequirednumber
refresh_tokenRequiredstring
scopeRequiredstring
token_typeRequiredstring

On this page