TenantWebAuthnWorkflowConfiguration constructor

TenantWebAuthnWorkflowConfiguration({
  1. AuthenticatorAttachmentPreference authenticatorAttachmentPreference,
  2. UserVerificationRequirement userVerificationRequirement,
})

Implementation

TenantWebAuthnWorkflowConfiguration(
    {this.authenticatorAttachmentPreference,
    this.userVerificationRequirement});