login method

ResponseFuture<AuthnProto> login(
  1. AuthnProto_LoginRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.AuthnProto> login($3.AuthnProto_LoginRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$login, request, options: options);
}