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

Method Exchange

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

651
652 @staticmethod
653 def Exchange(request,
654 target,
655 options=(),
656 channel_credentials=None,
657 call_credentials=None,
658 insecure=False,
659 compression=None,
660 wait_for_ready=None,
661 timeout=None,
662 metadata=None):
663 return grpc.experimental.unary_unary(request, target, '/auth.AuthCodeExchanger/Exchange',
664 cells__auth__pb2.ExchangeRequest.SerializeToString,
665 cells__auth__pb2.ExchangeResponse.FromString,
666 options, channel_credentials,
667 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
668
669
670class PasswordCredentialsCodeStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected