Skip to main content

TokenInfo

type TokenInfo = {
access_token: string;
client_id: string;
host_name: string;
token_type: TokenType;
};

Token information

Properties

access_token

access_token: string;

child access token


client_id

client_id: string;

unique id of the oauth client


host_name

host_name: string;

API gateway host name

Example

https://int.api.ellielabs.com

token_type

token_type: TokenType;

type of token

Example

Bearer