AuthWebAuthnCeremonyFixture constructor
AuthWebAuthnCeremonyFixture({})
Creates a deterministic platform-passkey fixture for one relying party.
Implementation
AuthWebAuthnCeremonyFixture({
required this.relyingPartyId,
required Uri origin,
this.credentialName = 'Runtime platform passkey',
}) : origin = origin.origin,
_keyPair = _Es256KeyPair.create();