completeAuthenticate abstract method

Future<Response> completeAuthenticate(
  1. AuthenticationCompleteRequest request
)

Completes the authentication by sending the solution to the challenge back.

Implementation

Future<Response> completeAuthenticate(
  AuthenticationCompleteRequest request,
);