JsonWebClaims class

Annotations

Constructors

JsonWebClaims({String? issuer, String? subject, String? audience, DateTime? expiration, DateTime? notBefore, DateTime? issuedAt, String? jwtId, String? nonce, ConfirmationClaim? confirmation, String? scope, String? httpMethod, String? httpUri, Map<String, Object?>? customClaims})
JsonWebClaims.fromJson(Map<String, Object?> json)
factory

Properties

audience String?
final
confirmation ConfirmationClaim?
final
customClaims Map<String, Object?>
no setter
expiration DateTime?
final
ftauthClaims Map<String, Object?>
no setter
hashCode int
The hash code for this object.
no setterinherited
httpMethod String?
final
httpUri String?
final
issuedAt DateTime?
final
issuer String?
final
jwtId String?
final
nonce String?
final
notBefore DateTime?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
subject String?
final

Methods

assertValid(TokenType type) → void
encode() List<int>
encodeBase64() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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