getRestoreCredential abstract method

Future<AuthenticateResponseType> getRestoreCredential(
  1. AuthenticateRequestType request
)

Signs the challenge in request with the restore credential (restore key) on the device and returns the assertion that must be sent to the relying party server, exactly like PasskeyAuthenticatorInterface.authenticate.

Implementation

Future<AuthenticateResponseType> getRestoreCredential(
  AuthenticateRequestType request,
);