authenticate method

Handles the platform-specific steps for the authentication flow (see https://webauthn.guide/#authentication) Namely it creates a signature for the challenge issued by the relying party

Implementation

@override
Future<AuthenticateResponseType> authenticate(
  AuthenticateRequestType request,
) =>
    throw UnimplementedError();