ApplicationWebAuthnConfiguration constructor

ApplicationWebAuthnConfiguration({
  1. ApplicationWebAuthnWorkflowConfiguration bootstrapWorkflow,
  2. ApplicationWebAuthnWorkflowConfiguration reauthenticationWorkflow,
})

Implementation

ApplicationWebAuthnConfiguration(
    {this.bootstrapWorkflow, this.reauthenticationWorkflow});