v1AuthenticatorParamsV2 class

Constructors

v1AuthenticatorParamsV2({required String authenticatorName, required String challenge, required v1Attestation attestation})
const
v1AuthenticatorParamsV2.fromJson(Map<String, dynamic> json)
factory

Properties

attestation v1Attestation
The attestation that proves custody of the authenticator and provides metadata about it.
final
authenticatorName String
Human-readable name for an Authenticator.
final
challenge String
Challenge presented for authentication purposes.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited