CreatePasskeyResponseData constructor
CreatePasskeyResponseData({
- required String rawId,
- String? authenticatorAttachment,
- required String type,
- required String id,
- required CreatePasskeyResponse response,
- required CreatePasskeyExtension clientExtensionResults,
- String username = 'username',
Implementation
CreatePasskeyResponseData({
required this.rawId,
this.authenticatorAttachment,
required this.type,
required this.id,
required this.response,
required this.clientExtensionResults,
this.username = 'username',
});