AuthWebAuthnStoreConformanceFailure constructor

const AuthWebAuthnStoreConformanceFailure(
  1. String caseId,
  2. Object cause
)

Creates a failure for caseId caused by cause.

Implementation

const AuthWebAuthnStoreConformanceFailure(this.caseId, this.cause);