Variable ClientTokenExchangeTypeEnumConst
ClientTokenExchangeTypeEnum: {
CustomAuthentication: "custom_authentication";
OnBehalfOfTokenExchange: "on_behalf_of_token_exchange";
} = ...
Type Declaration
ReadonlyCustomAuthentication: "custom_authentication"
ReadonlyOnBehalfOfTokenExchange: "on_behalf_of_token_exchange"