PublicKeyCredentialCreationOptions class

Constructors

PublicKeyCredentialCreationOptions({AttestationConveyancePreference? attestation, AuthenticatorSelectionCriteria? authenticatorSelection, Uint8List? challenge, List<PublicKeyCredentialDescriptor>? excludeList, TokenBinding? tokenBinding, Map<String, dynamic>? extensions, List<PublicKeyCredentialParameters>? pubKeyCredParams, PublicKeyCredentialRpEntity? rp, NativeFido2Options? nativeFido2Options, double? timeoutSeconds, PublicKeyCredentialUserEntity? user})

Properties

attestation AttestationConveyancePreference?
getter/setter pair
authenticatorSelection AuthenticatorSelectionCriteria?
getter/setter pair
challenge Uint8List?
getter/setter pair
excludeList List<PublicKeyCredentialDescriptor>?
getter/setter pair
extensions Map<String, dynamic>?
getter/setter pair
getAttestation AttestationConveyancePreference?
no setter
getAuthenticatorSelection AuthenticatorSelectionCriteria?
no setter
getChallenge Uint8List?
no setter
getExcludeList List<PublicKeyCredentialDescriptor>?
no setter
getExtensions Map<String, dynamic>?
no setter
getNativeFido2Options NativeFido2Options?
no setter
getPubKeyCredParams List<PublicKeyCredentialParameters>?
no setter
getRp PublicKeyCredentialRpEntity?
no setter
getTimeoutSeconds double?
no setter
getTokenBinding TokenBinding?
no setter
getUser PublicKeyCredentialUserEntity?
no setter
hashCode int
The hash code for this object.
no setterinherited
nativeFido2Options NativeFido2Options?
getter/setter pair
pubKeyCredParams List<PublicKeyCredentialParameters>?
getter/setter pair
rp PublicKeyCredentialRpEntity?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutSeconds double?
getter/setter pair
tokenBinding TokenBinding?
getter/setter pair
user PublicKeyCredentialUserEntity?
getter/setter pair

Methods

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

Operators

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