AuthToken class

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?
getter/setter pair
duration int
no setter
expiration int
no setter
hashCode int
The hash code for this object.
no setterinherited
ip String?
getter/setter pair
isNullToken bool
no setter
key String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
getter/setter pair
tokenName String?
no setter

Methods

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

Operators

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