Type alias DowJonesRefreshAuthZTokenResponse

DowJonesRefreshAuthZTokenResponse: {
    access_token: string;
    expires_in: number;
    token_type: "Bearer";
}

Type declaration

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

Generated using TypeDoc