AuthenticationData class abstract
Abstract representation of authentication data
- Implementers
- Available extensions
Constructors
Properties
-
claims
→ Map<
String, dynamic> -
Raw claims map from authentication source
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- jwt → JwtClaimsData
-
Available on AuthenticationData, provided by the AuthenticationDataJwtExtension extension
Structured JWT claims with standard fields and custom claimsno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String
-
User ID extracted from authentication source
no setter
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