MCPcopy Create free account
hub / github.com/pydio/cells / BindUser

Method BindUser

python/cells_idm_pb2_grpc.py:377–391  ·  view source on GitHub ↗
(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None)

Source from the content-addressed store, hash-verified

375
376 @staticmethod
377 def BindUser(request,
378 target,
379 options=(),
380 channel_credentials=None,
381 call_credentials=None,
382 insecure=False,
383 compression=None,
384 wait_for_ready=None,
385 timeout=None,
386 metadata=None):
387 return grpc.experimental.unary_unary(request, target, '/idm.UserService/BindUser',
388 cells__idm__pb2.BindUserRequest.SerializeToString,
389 cells__idm__pb2.BindUserResponse.FromString,
390 options, channel_credentials,
391 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
392
393 @staticmethod
394 def CountUser(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected