Variable ClientTokenExchangeTypeEnumConst
ClientTokenExchangeTypeEnum: {
CustomAuthentication: "custom_authentication";
OnBehalfOfTokenExchange: "on_behalf_of_token_exchange";
} = ...
Type Declaration
ReadonlyCustomAuthentication: "custom_authentication"
ReadonlyOnBehalfOfTokenExchange: "on_behalf_of_token_exchange"
Token exchange type.
on_behalf_of_token_exchange: enables On-Behalf-Of token exchange (Generally Available).custom_authentication: enables custom token exchange profiles (Early Access, requires entitlement).