$OauthProfileClientRequiredClaim:{ properties: { clientRequiredClaimName: { description: "The name of the ID token claim to verify."; type: "string"; }; clientRequiredClaimValue: { description: "The required claim value, which must be a string containing a valid JSON value."; type: "string"; }; oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }; }; } = ...
Type declaration
properties: { clientRequiredClaimName: { description: "The name of the ID token claim to verify."; type: "string"; }; clientRequiredClaimValue: { description: "The required claim value, which must be a string containing a valid JSON value."; type: "string"; }; oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }; }
clientRequiredClaimName: { description: "The name of the ID token claim to verify."; type: "string"; }
description: "The name of the ID token claim to verify."
type: "string"
clientRequiredClaimValue: { description: "The required claim value, which must be a string containing a valid JSON value."; type: "string"; }
description: "The required claim value, which must be a string containing a valid JSON value."
type: "string"
oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }