AuthWebAuthnRegistrationOptions constructor
const
AuthWebAuthnRegistrationOptions({})
Creates the public options for a registration ceremony.
Implementation
const AuthWebAuthnRegistrationOptions({
required this.challenge,
required this.relyingParty,
required this.userId,
required this.userName,
required this.displayName,
required this.timeout,
required this.attestation,
required this.excludeCredentials,
required this.userVerification,
});