CheckAuthenticationPasskey constructor
CheckAuthenticationPasskey({})
Implementation
CheckAuthenticationPasskey({
required this.credentialId,
required this.clientData,
required this.authenticatorData,
required this.signature,
required this.userHandle,
});