AuthWebAuthnStoreConformanceFactory typedef

AuthWebAuthnStoreConformanceFactory = FutureOr<AuthWebAuthnStoreConformanceFixture> Function()

Creates an isolated fixture for a WebAuthn-store conformance case.

Implementation

typedef AuthWebAuthnStoreConformanceFactory =
    FutureOr<AuthWebAuthnStoreConformanceFixture> Function();