AuthenticatorSelectionCriteria class

Used by the Relying Party to specify their requirements for authenticator attributes. Fields use the deprecated "resident key" terminology to refer to client-side discoverable credentials to maintain backwards compatibility with WebAuthn Level 1.

@author Spencer Witt

Annotations
  • @JsonSerializable()

Constructors

AuthenticatorSelectionCriteria({AuthenticatorAttachment authenticatorAttachment, bool requireResidentKey, ResidentKeyRequirement residentKey, UserVerificationRequirement userVerification})
AuthenticatorSelectionCriteria.fromJson(Map<String, dynamic> json)
factory

Properties

authenticatorAttachment AuthenticatorAttachment
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requireResidentKey bool
getter/setter pair
residentKey ResidentKeyRequirement
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userVerification UserVerificationRequirement
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