OauthProfileResourceServerRequiredClaim: {
    oauthProfileName?: string;
    resourceServerRequiredClaimName?: string;
    resourceServerRequiredClaimValue?: string;
}

Type declaration

  • Optional oauthProfileName?: string

    The name of the OAuth profile.

  • Optional resourceServerRequiredClaimName?: string

    The name of the access token claim to verify.

  • Optional resourceServerRequiredClaimValue?: string

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