WebAuthnRegisterRequest constructor
const
WebAuthnRegisterRequest({
- required dynamic response,
- required String challenge,
- required String name,
- PasswordType? password,
- WebAuthnRegisterRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- String? webauthnChallenge,
Implementation
const WebAuthnRegisterRequest({
required this.response,
required this.challenge,
required this.name,
this.password,
this.mfaMethod,
this.mfaCode,
this.webauthnResponse,
this.webauthnChallenge,
});