AuthToken class Null safety

Constructors

AuthToken.fromMap(Map<String, dynamic> params)
AuthToken.fromParameters(String key, {int startTime = 0, int duration = 0, String? tokenName, int expiration = 0, String? ip, String? acl, bool isNullableToken = false})

Properties

acl String?
read / write
duration int
read-only
expiration int
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
ip String?
read / write
isNullToken bool
read-only
key String?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
startTime int
read / write
tokenName String?
read-only

Methods

digest(String message) String
generate([String? url]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited