GetPasskeyAuthenticationResponseData constructor

GetPasskeyAuthenticationResponseData({
  1. String? authenticatorAttachment,
  2. required String id,
  3. required String rawId,
  4. required GetPasskeyAuthenticationResponse response,
  5. required String type,
  6. AuthPasskeyExtensionResult? clientExtensionResults,
  7. String username = 'username',
})

Implementation

GetPasskeyAuthenticationResponseData({
  this.authenticatorAttachment,
  required this.id,
  required this.rawId,
  required this.response,
  required this.type,
  this.clientExtensionResults,
  this.username = 'username',
});