Options related to creation of new tokens.
If any expiresInMinutes, audience, subject, issuer are not provided, there is no default. The jwt generated won't include those properties in the payload.
Generated JWTs will include an iat claim by default unless noTimestamp is specified.
Anything
JWTOptions
BaseDataObject
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
JWTOptions(String? algorithm = null, {String*}? audience = null, {String*}? audiences = null, Integer? expiresInMinutes = null, Integer? expiresInSeconds = null, JsonObject? header = null, Map<String,String>? headers = null, String? issuer = null, Boolean? noTimestamp = null, {String*}? permissions = null, String? subject = null) Parameters:
|
Inherited Attributes |
Attributes inherited from: Object hash , string |