JWTAuthenticatorExtraClaimMappingExpression interface
The extra claim mapping expression for JWTAuthenticator.
Properties
| key | The key of the extra attribute. |
| value |
The CEL expression used to extract the value of the extra attribute. |
Property Details
key
The key of the extra attribute.
key: string
Property Value
string
valueExpression
The CEL expression used to extract the value of the extra attribute.
valueExpression: string
Property Value
string