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

hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the allowed credential.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of the allowed credential.
final

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