Options describing how an JWT Auth should behave.

no subtypes hierarchy

Initializer
JWTAuthOptions(JWTOptions? jwtOptions = null, KeyStoreOptions? keyStore = null, String? permissionsClaimKey = null, {PubSecKeyOptions*}? pubSecKeys = null, {SecretOptions*}? secrets = null)
Parameters:
  • jwtOptions = null
  • keyStore = null
  • permissionsClaimKey = null
  • pubSecKeys = null
  • secrets = null
Attributes
jwtOptionsshared JWTOptions? jwtOptions
keyStoreshared KeyStoreOptions? keyStore
permissionsClaimKeyshared String? permissionsClaimKey
pubSecKeysshared {PubSecKeyOptions*}? pubSecKeys
secretsshared {SecretOptions*}? secrets
Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
toJsonshared actual default JsonObject toJson()
Refines BaseDataObject.toJson
Inherited Methods
Methods inherited from: Object
equals
Methods inherited from: BaseDataObject
toJson