Type alias TOAuthAuthorizationCodeResponse

TOAuthAuthorizationCodeResponse: TOAuthClientCredentialsResponse & {
    id_token: string;
    refresh_token: string;
    x_refresh_token_expires_in: number;
}

Type declaration

  • id_token: string
  • refresh_token: string
  • x_refresh_token_expires_in: number

Generated using TypeDoc