TokenClaimValidationRule interface
External Auth claim validation rule
Properties
| required |
The required claim rule to be applied. |
| type | This configures the type of the validation rule. It defaults to "RequiredClaim" |
Property Details
requiredClaim
The required claim rule to be applied.
requiredClaim?: TokenRequiredClaim
Property Value
type
This configures the type of the validation rule. It defaults to "RequiredClaim"
type?: string
Property Value
string