logIn method

ResponseFuture<ScannerAuthenticationResponse> logIn(
  1. AuthenticationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ScannerAuthenticationResponse> logIn(
  $0.AuthenticationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$logIn, request, options: options);
}