TenantWebAuthnConfiguration constructor

TenantWebAuthnConfiguration({
  1. TenantWebAuthnWorkflowConfiguration bootstrapWorkflow,
  2. bool debug,
  3. TenantWebAuthnWorkflowConfiguration reauthenticationWorkflow,
  4. String relyingPartyId,
  5. String relyingPartyName,
})

Implementation

TenantWebAuthnConfiguration(
    {this.bootstrapWorkflow,
    this.debug,
    this.reauthenticationWorkflow,
    this.relyingPartyId,
    this.relyingPartyName});