menu
darto package
documentation
jwt.dart
VerifyOptions
VerifyOptions.new const constructor
VerifyOptions.new const constructor
dark_mode
light_mode
VerifyOptions
constructor
const
VerifyOptions
(
{
String
?
iss
,
bool
exp
=
true
,
bool
nbf
=
true
,
bool
iat
=
true
,
})
Implementation
const VerifyOptions({ this.iss, this.exp = true, this.nbf = true, this.iat = true, });
darto package
documentation
jwt
VerifyOptions
VerifyOptions.new const constructor
VerifyOptions class