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

Method CreateLogin

python/cells_auth_pb2_grpc.py:228–242  ·  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

226
227 @staticmethod
228 def CreateLogin(request,
229 target,
230 options=(),
231 channel_credentials=None,
232 call_credentials=None,
233 insecure=False,
234 compression=None,
235 wait_for_ready=None,
236 timeout=None,
237 metadata=None):
238 return grpc.experimental.unary_unary(request, target, '/auth.LoginProvider/CreateLogin',
239 cells__auth__pb2.CreateLoginRequest.SerializeToString,
240 cells__auth__pb2.CreateLoginResponse.FromString,
241 options, channel_credentials,
242 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
243
244 @staticmethod
245 def AcceptLogin(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected