PublicKeyCredentialCreationOptions constructor

PublicKeyCredentialCreationOptions({
  1. AttestationConveyancePreference? attestation,
  2. AuthenticatorSelectionCriteria? authenticatorSelection,
  3. Uint8List? challenge,
  4. List<PublicKeyCredentialDescriptor>? excludeList,
  5. TokenBinding? tokenBinding,
  6. Map<String, dynamic>? extensions,
  7. List<PublicKeyCredentialParameters>? pubKeyCredParams,
  8. PublicKeyCredentialRpEntity? rp,
  9. NativeFido2Options? nativeFido2Options,
  10. double? timeoutSeconds,
  11. PublicKeyCredentialUserEntity? user,
})

Implementation

PublicKeyCredentialCreationOptions(
    {this.attestation,
    this.authenticatorSelection,
    this.challenge,
    this.excludeList,
    this.tokenBinding,
    this.extensions,
    this.pubKeyCredParams,
    this.rp,
    this.nativeFido2Options,
    this.timeoutSeconds,
    this.user});