WebAuthnCredential class

A User's WebAuthnCredential. Contains all data required to complete WebAuthn authentication ceremonies.

@author Spencer Witt

Annotations
  • @JsonSerializable()

Constructors

WebAuthnCredential({CoseAlgorithmIdentifier algorithm, AttestationType attestationType, bool authenticatorSupportsUserVerification, String credentialId, Map<String, dynamic> data, bool discoverable, String displayName, String id, num insertInstant, num lastUseInstant, String name, String publicKey, String relyingPartyId, num signCount, String tenantId, List<String> transports, String userAgent, String userId})
WebAuthnCredential.fromJson(Map<String, dynamic> json)
factory

Properties

algorithm CoseAlgorithmIdentifier
getter/setter pair
attestationType AttestationType
getter/setter pair
authenticatorSupportsUserVerification bool
getter/setter pair
credentialId String
getter/setter pair
data Map<String, dynamic>
getter/setter pair
discoverable bool
getter/setter pair
displayName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
insertInstant num
getter/setter pair
lastUseInstant num
getter/setter pair
name String
getter/setter pair
publicKey String
getter/setter pair
relyingPartyId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signCount num
getter/setter pair
tenantId String
getter/setter pair
transports List<String>
getter/setter pair
userAgent String
getter/setter pair
userId String
getter/setter pair

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