KeycloakClaims class

Inheritance

Constructors

KeycloakClaims(JwtBuilder jwtBuilder)

Properties

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

Methods

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