GetPasskeyAuthenticationResponseData constructor
GetPasskeyAuthenticationResponseData({
- String? authenticatorAttachment,
- required String id,
- required String rawId,
- required GetPasskeyAuthenticationResponse response,
- required String type,
- AuthPasskeyExtensionResult? clientExtensionResults,
- String username = 'username',
Implementation
GetPasskeyAuthenticationResponseData({
this.authenticatorAttachment,
required this.id,
required this.rawId,
required this.response,
required this.type,
this.clientExtensionResults,
this.username = 'username',
});