Record: IssuerConfig
Represents JWT issuer configurations.
Closed record
Fields
- issuer string?
- username string?
- audience string | string[ ]?
- jwtId string?
- keyId string?
- customClaims map<json>?
- expTime decimal(default 300)
- signatureConfig IssuerSignatureConfig?
JWT issuer, which is mapped to the iss
JWT username, which is mapped to the sub
JWT audience, which is mapped to the aud
JWT ID, which is mapped to the jti
JWT key ID, which is mapped the kid
Map of custom claims
Expiry time in seconds
JWT signature configurations