WebAuthnCredentialUpdateRequest constructor
const
WebAuthnCredentialUpdateRequest({
- required String name,
- PasswordType? password,
- WebAuthnCredentialUpdateRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- String? webauthnChallenge,
Implementation
const WebAuthnCredentialUpdateRequest({
required this.name,
this.password,
this.mfaMethod,
this.mfaCode,
this.webauthnResponse,
this.webauthnChallenge,
});