Back to Node Auth0

Variable TenantSettingsResourceParameterProfileConst

docs/variables/management.Management.TenantSettingsResourceParameterProfile.html

5.9.1914 B
Original Source

Variable TenantSettingsResourceParameterProfileConst

TenantSettingsResourceParameterProfile: {
Audience: "audience";
Compatibility: "compatibility";
} = ...

Profile that determines how the identity of the protected resource (i.e., API) can be specified in the OAuth endpoints when access is being requested. When set to audience (default), the audience parameter is used to specify the resource server. When set to compatibility, the audience parameter is still checked first, but if it not provided, then the resource parameter can be used to specify the resource server.

Type Declaration

ReadonlyAudience: "audience"
ReadonlyCompatibility: "compatibility"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark