PublicKeyCredentialRequestOptions class

Constructors

PublicKeyCredentialRequestOptions({double? timeoutSeconds, Map<String, dynamic>? extensions, NativeFido2Options? nativeFido2Options, Uint8List? challenge, List<PublicKeyCredentialDescriptor>? allowList, String? rpId})

Properties

allowList List<PublicKeyCredentialDescriptor>?
getter/setter pair
challenge Uint8List?
getter/setter pair
extensions Map<String, dynamic>?
getter/setter pair
getAllowList List<PublicKeyCredentialDescriptor>?
no setter
getChallenge Uint8List?
no setter
getExtensions Map<String, dynamic>?
no setter
getRpId String?
no setter
getTimeoutSeconds double?
no setter
hashCode int
The hash code for this object.
no setterinherited
nativeFido2Options NativeFido2Options?
getter/setter pair
rpId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutSeconds double?
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