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

Method CreateAuthCode

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

525
526 @staticmethod
527 def CreateAuthCode(request,
528 target,
529 options=(),
530 channel_credentials=None,
531 call_credentials=None,
532 insecure=False,
533 compression=None,
534 wait_for_ready=None,
535 timeout=None,
536 metadata=None):
537 return grpc.experimental.unary_unary(request, target, '/auth.AuthCodeProvider/CreateAuthCode',
538 cells__auth__pb2.CreateAuthCodeRequest.SerializeToString,
539 cells__auth__pb2.CreateAuthCodeResponse.FromString,
540 options, channel_credentials,
541 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
542
543
544class AuthTokenVerifierStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected