interface Token {
    access_token: string;
    audience: string;
    expires_in: number;
    expiry: number;
    scope: string;
    token_type: string;
}

Properties

access_token: string
audience: string
expires_in: number
expiry: number
scope: string
token_type: string

Generated using TypeDoc