v1AuthenticatorAttestationResponse constructor
const
v1AuthenticatorAttestationResponse({
- required String clientDataJson,
- required String attestationObject,
- List<
v1AuthenticatorTransport> ? transports, - String? authenticatorAttachment,
Implementation
const v1AuthenticatorAttestationResponse({
required this.clientDataJson,
required this.attestationObject,
this.transports,
this.authenticatorAttachment,
});