-
Required Element Summary
Required Elements
-
Optional Element Summary
Optional Elements
Required claims in token in key=value format.
boolean
How to check for the presence of claims,
default is false which will require all claims in the list
to be present in token.
-
-
-
claimMap
Required claims in token in key=value format.
If the value is an asterisk (*), it checks that the required key is present.
- Returns:
- array containing claims as key=value
- Default:
- {}
-
combineWithOr
boolean combineWithOr
How to check for the presence of claims,
default is false which will require all claims in the list
to be present in token. If set to true, any claim in the list
will suffice.
- Returns:
- boolean
- Default:
- false