v1WebAuthnStamp class

Constructors

v1WebAuthnStamp({required String credentialId, required String clientDataJson, required String authenticatorData, required String signature})
const
v1WebAuthnStamp.fromJson(Map<String, dynamic> json)
factory

Properties

authenticatorData String
A base64 encoded payload containing metadata about the authenticator.
final
clientDataJson String
A base64 encoded payload containing metadata about the signing context and the challenge.
final
credentialId String
A base64 url encoded Unique identifier for a given credential.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
The base64 url encoded signature bytes contained within the WebAuthn assertion response.
final

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