FlutterFlowAuthData class
Authentication data formatted for FlutterFlow's custom auth system
Constructors
Properties
- accessToken → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- refreshToken → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenExpiration → int
-
final
- uid → String
-
final
-
userData
→ Map<
String, dynamic> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Convert to a map for use with FlutterFlow's Update Authenticated User action
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited