OauthProfileClientRequiredClaim: {
    clientRequiredClaimName?: string;
    clientRequiredClaimValue?: string;
    oauthProfileName?: string;
}

Type declaration

  • Optional clientRequiredClaimName?: string

    The name of the ID token claim to verify.

  • Optional clientRequiredClaimValue?: string

    The required claim value, which must be a string containing a valid JSON value.

  • Optional oauthProfileName?: string

    The name of the OAuth profile.