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

Method CreateConsent

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

353
354 @staticmethod
355 def CreateConsent(request,
356 target,
357 options=(),
358 channel_credentials=None,
359 call_credentials=None,
360 insecure=False,
361 compression=None,
362 wait_for_ready=None,
363 timeout=None,
364 metadata=None):
365 return grpc.experimental.unary_unary(request, target, '/auth.ConsentProvider/CreateConsent',
366 cells__auth__pb2.CreateConsentRequest.SerializeToString,
367 cells__auth__pb2.CreateConsentResponse.FromString,
368 options, channel_credentials,
369 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
370
371 @staticmethod
372 def AcceptConsent(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected