PublicKeyCredentialCreationOptions extension type

The PublicKeyCredentialCreationOptions dictionary represents the object passed to CredentialsContainer.create as the value of the publicKey option: that is, when using create() to create a public key credential using the Web Authentication API.


API documentation sourced from MDN Web Docs.

on
Implemented types
Available extensions

Constructors

PublicKeyCredentialCreationOptions({required PublicKeyCredentialRpEntity rp, required PublicKeyCredentialUserEntity user, required BufferSource challenge, required JSArray<PublicKeyCredentialParameters> pubKeyCredParams, int timeout, JSArray<PublicKeyCredentialDescriptor> excludeCredentials, AuthenticatorSelectionCriteria authenticatorSelection, JSArray<JSString> hints, String attestation, JSArray<JSString> attestationFormats, AuthenticationExtensionsClientInputs extensions})
factory

Properties

attestation String
getter/setter pair
attestationFormats JSArray<JSString>
getter/setter pair
authenticatorSelection AuthenticatorSelectionCriteria
getter/setter pair
challenge BufferSource
getter/setter pair
excludeCredentials JSArray<PublicKeyCredentialDescriptor>
getter/setter pair
extensions AuthenticationExtensionsClientInputs
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hints JSArray<JSString>
getter/setter pair
pubKeyCredParams JSArray<PublicKeyCredentialParameters>
getter/setter pair
rp PublicKeyCredentialRpEntity
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
getter/setter pair
user PublicKeyCredentialUserEntity
getter/setter pair

Methods

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

Operators

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