TokenResponse: {
    access_token: string;
    customer_id: string;
    enc_user_id: string;
    expires_in: number;
    id_token: string;
    idp_access_token: string;
    refresh_token: string;
    refresh_token_expires_in: number;
    token_type: TokenType;
    usid: string;
} & {
    [key: string]: any;
}

Type declaration

  • access_token: string
  • customer_id: string
  • enc_user_id: string
  • expires_in: number
  • id_token: string
  • idp_access_token: string
  • refresh_token: string
  • refresh_token_expires_in: number
  • token_type: TokenType
  • usid: string

Type declaration

  • [key: string]: any