PublicKeyCredential class
Class representing a public key credential.
Constructors
-
PublicKeyCredential({String? rawId, String? authenticatorAttachment, String? type, String? id, Response? response, List<
String> ? transports, ClientExtensionResults? clientExtensionResults, int? publicKeyAlgorithm, String? publicKey}) - Constructor for PublicKeyCredential.
-
PublicKeyCredential.fromJson(Map<
String, dynamic> json) -
Construct PublicKeyCredential from JSON.
factory
Properties
- authenticatorAttachment ↔ String?
-
getter/setter pair
- clientExtensionResults ↔ ClientExtensionResults?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- publicKey ↔ String?
-
getter/setter pair
- publicKeyAlgorithm ↔ int?
-
getter/setter pair
- rawId ↔ String?
-
getter/setter pair
- response ↔ Response?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transports
↔ List<
String> ? -
getter/setter pair
- type ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{String? rawId, String? authenticatorAttachment, String? type, String? id, Response? response, List< String> ? transports, ClientExtensionResults? clientExtensionResults, int? publicKeyAlgorithm, String? publicKey}) → PublicKeyCredential - CopyWith method for PublicKeyCredential.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert PublicKeyCredential to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited