CTokenBody class

Represents the body of a JWT with necessary claims.

Constructors

CTokenBody()

Properties

client String?
The audience of the JWT.
getter/setter pair
expSeconds int?
The expiration time in seconds.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
The subject of the JWT.
getter/setter pair
user String?
The issuer of the JWT.
getter/setter pair

Methods

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