Type alias AccessTokenResponseType

AccessTokenResponseType: {
    access_token: string;
    expires_in: number;
    id_token?: string;
    scope: string;
    token_type: string;
}

Type declaration

  • access_token: string
  • expires_in: number
  • Optional id_token?: string
  • scope: string
  • token_type: string