authenticate abstract method

Future<AuthenticationResponse> authenticate(
  1. ServiceCall call,
  2. AuthenticationRequest request
)

Implementation

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