authenticate abstract method

Future<AuthResponse> authenticate(
  1. ServiceCall call,
  2. AuthRequest request
)

Implementation

$async.Future<$0.AuthResponse> authenticate(
    $grpc.ServiceCall call, $0.AuthRequest request);