Back to Node Auth0

Variable EventStreamCloudEventConnectionUpdatedObject1OptionsTokenEndpointAuthMethodEnumConst

docs/variables/management.Management.EventStreamCloudEventConnectionUpdatedObject1OptionsTokenEndpointAuthMethodEnum.html

6.0.0911 B
Original Source
  • management
  • Management
  • EventStreamCloudEventConnectionUpdatedObject1OptionsTokenEndpointAuthMethodEnum

Variable EventStreamCloudEventConnectionUpdatedObject1OptionsTokenEndpointAuthMethodEnumConst

EventStreamCloudEventConnectionUpdatedObject1OptionsTokenEndpointAuthMethodEnum: {
ClientSecretPost: "client_secret_post";
PrivateKeyJwt: "private_key_jwt";
} = ...

Authentication method used at the identity provider's token endpoint. 'client_secret_post' sends credentials in the request body; 'private_key_jwt' uses a signed JWT assertion for enhanced security. Applicable when strategy=oidc or okta.

Type Declaration

ReadonlyClientSecretPost: "client_secret_post"
ReadonlyPrivateKeyJwt: "private_key_jwt"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark