AuthenticateResponseType constructor
const
AuthenticateResponseType({})
Constructs a new instance.
Implementation
const AuthenticateResponseType(
{required this.id,
required this.rawId,
required this.clientDataJSON,
required this.authenticatorData,
required this.signature,
required this.userHandle});