Type alias TOAuthClientCredentialsResponse

TOAuthClientCredentialsResponse: {
    access_token: string;
    expires_in: number;
    token_type: "bearer";
}

Type declaration

  • access_token: string
  • expires_in: number
  • token_type: "bearer"

Generated using TypeDoc