authenticate method

Implementation

Future<AuthenticateResponse> authenticate(AuthenticateRequest request) =>
    _readyRequest<AuthenticateRequest, AuthenticateResponse>(
      AcpV1Methods.authenticate,
      request,
    );