Token class Access Manager

Token returned by the PAM.

Constructors

Token(String _stringToken)

Properties

authorizedUUID String?
authorized UUID which is authorized to use this token to make requests
no setter
hashCode int
The hash code for this object.
no setterinherited
meta → dynamic
Meta data attached to this token.
no setter
patterns List<Resource>
All patterns attached to this token.
no setter
resources List<Resource>
All resources attached to this token.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
Signature encoded as base64 string.
no setter
timetoken Timetoken
Timetoken that is the start time for ttl.
no setter
ttl int
Time-to-live for this token.
no setter
version int
Version of the token encoding.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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