AuthenticateResponse constructor
AuthenticateResponse({})
Implementation
AuthenticateResponse({
required this.id,
required this.rawId,
required this.clientDataJSON,
required this.authenticatorData,
required this.signature,
required this.userHandle,
});