Getting started Community Training Tutorials Documentation APIs, AI & Tools
- policyRef:
name: jwt-generation-flex
config:
signingMethod: <string> // REQUIRED, default: RS256
privateKey: <string> // REQUIRED
iat: <boolean> // REQUIRED, default: true
exp: <number> // REQUIRED, default: 0
nbf: <number> // REQUIRED, default: 0
customClaims: // REQUIRED (can be empty array)
- name: <string>
value: <string>
customHeaders: // REQUIRED (can be empty array)
- name: <string>
value: <string>



