get abstract method

Future<PasskeyAuthentication> get(
  1. Uint8List challenge, [
  2. Uint8List? credentialId
])

Signs challenge with an existing credential, returning the assertion.

Implementation

Future<PasskeyAuthentication> get(
  Uint8List challenge, [
  Uint8List? credentialId,
]);