PayloadClaims class

Inheritance
Implementers

Constructors

PayloadClaims(JwtBuilder jwtBuilder)

Properties

aud → dynamic
no setter
exp → dynamic
no setter
expirationDate DateTime?
no setter
hashCode int
The hash code for this object.
no setterinherited
iat → dynamic
no setter
isExpired bool
no setter
iss → dynamic
no setter
jti → dynamic
no setter
jwtBuilder JwtBuilder
finalinherited
payload Payload
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope → dynamic
no setter
sub → dynamic
no setter

Methods

claim(String value) → dynamic
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