PublicKeyCredentialCreationOptionsJSON extension type

on
Implemented types

Constructors

PublicKeyCredentialCreationOptionsJSON({required PublicKeyCredentialRpEntity rp, required PublicKeyCredentialUserEntityJSON user, required Base64URLString challenge, required JSArray<PublicKeyCredentialParameters> pubKeyCredParams, int timeout, JSArray<PublicKeyCredentialDescriptorJSON> excludeCredentials, AuthenticatorSelectionCriteria authenticatorSelection, JSArray<JSString> hints, String attestation, JSArray<JSString> attestationFormats, AuthenticationExtensionsClientInputsJSON extensions})
factory

Properties

attestation String
getter/setter pair
attestationFormats JSArray<JSString>
getter/setter pair
authenticatorSelection AuthenticatorSelectionCriteria
getter/setter pair
challenge Base64URLString
getter/setter pair
excludeCredentials JSArray<PublicKeyCredentialDescriptorJSON>
getter/setter pair
extensions AuthenticationExtensionsClientInputsJSON
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 PublicKeyCredentialUserEntityJSON
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