PublicKeyCredentialRequestOptions constructor

PublicKeyCredentialRequestOptions({
  1. double? timeoutSeconds,
  2. Map<String, dynamic>? extensions,
  3. NativeFido2Options? nativeFido2Options,
  4. Uint8List? challenge,
  5. List<PublicKeyCredentialDescriptor>? allowList,
  6. String? rpId,
})

Implementation

PublicKeyCredentialRequestOptions(
    {this.timeoutSeconds,
    this.extensions,
    this.nativeFido2Options,
    this.challenge,
    this.allowList,
    this.rpId});