AllowCredential class
Represents allowed credentials for a public key credential login operation.
Constructors
- AllowCredential({required String id, required String type})
- Constructs a new AllowCredential instance.
-
AllowCredential.fromJson(Map<
String, dynamic> json) -
Constructs a AllowCredential instance from a JSON object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this AllowCredential instance to a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited