Back to Node Auth0

Variable EventStreamCloudEventConnectionCreatedObject0OptionsTokenEndpointJwtcaAudFormatEnumConst

docs/variables/management.Management.EventStreamCloudEventConnectionCreatedObject0OptionsTokenEndpointJwtcaAudFormatEnum.html

6.0.0899 B
Original Source
  • management
  • Management
  • EventStreamCloudEventConnectionCreatedObject0OptionsTokenEndpointJwtcaAudFormatEnum

Variable EventStreamCloudEventConnectionCreatedObject0OptionsTokenEndpointJwtcaAudFormatEnumConst

EventStreamCloudEventConnectionCreatedObject0OptionsTokenEndpointJwtcaAudFormatEnum: {
Issuer: "issuer";
TokenEndpoint: "token_endpoint";
} = ...

Specifies the format of the aud (audience) claim included in the JWT used for client authentication at the token endpoint. Accepted values are: 'issuer' (the aud claim is set to the OIDC issuer URL) or 'token_endpoint' (the aud claim is set to the token endpoint URL).

Type Declaration

ReadonlyIssuer: "issuer"
ReadonlyTokenEndpoint: "token_endpoint"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark