JwtClaims class
Standard JWT claim names as defined in RFC 7519
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- audience → const String
- Audience - identifies the recipients that the JWT is intended for
- expiration → const String
- Expiration time - identifies the expiration time on or after which the JWT must not be accepted
- issuedAt → const String
- Issued at - identifies the time at which the JWT was issued
- issuer → const String
- Issuer - identifies the principal that issued the JWT
- jwtId → const String
- JWT ID - provides a unique identifier for the JWT
- notBefore → const String
- Not before - identifies the time before which the JWT must not be accepted
- subject → const String
- Subject - identifies the principal that is the subject of the JWT