Type alias Token

Token: {
    access_token: string;
    created_at: number;
    scope: string;
    token_type: string;
}

Type declaration

  • access_token: string
  • created_at: number
  • scope: string
  • token_type: string

Generated using TypeDoc