ClientConditionalAuthResult class
The class ClientConditionalAuthResult represents the result of a conditional authentication
process, including the status and conditions.
Constructors
-
ClientConditionalAuthResult({ClientConditionalAuthStatus? status, List<
Object> ? conditions}) - ClientConditionalAuthResult.fromMap(Map map)
-
The
ClientConditionalAuthResult.fromMap(Map map)method is a constructor that takes aMapas input and creates a new instance ofClientConditionalAuthResultbased on the values in the map.
Properties
-
conditions
→ List<
Object> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ClientConditionalAuthStatus?
-
final
Methods
-
asMap(
) → Map - The function "asMap" returns a map with the "status" and "conditions" properties.
-
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