PublicKeyCredentialCreationOptions class

Allows the Relying Party to specify desired attributes of a new credential.

@author Spencer Witt

Annotations
  • @JsonSerializable()

Properties

attestation AttestationConveyancePreference
getter/setter pair
authenticatorSelection AuthenticatorSelectionCriteria
getter/setter pair
challenge String
getter/setter pair
excludeCredentials List<PublicKeyCredentialDescriptor>
getter/setter pair
extensions WebAuthnRegistrationExtensionOptions
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pubKeyCredParams List<PublicKeyCredentialParameters>
getter/setter pair
rp PublicKeyCredentialRelyingPartyEntity
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout num
getter/setter pair
user PublicKeyCredentialUserEntity
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