Back to Node Auth0

Variable ClientTokenExchangeTypeEnumConst

docs/variables/management.Management.ClientTokenExchangeTypeEnum.html

5.9.1786 B
Original Source

Variable ClientTokenExchangeTypeEnumConst

ClientTokenExchangeTypeEnum: {
CustomAuthentication: "custom_authentication";
OnBehalfOfTokenExchange: "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).

Type Declaration

ReadonlyCustomAuthentication: "custom_authentication"
ReadonlyOnBehalfOfTokenExchange: "on_behalf_of_token_exchange"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark