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

Method PasswordCredentialsCode

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

712
713 @staticmethod
714 def PasswordCredentialsCode(request,
715 target,
716 options=(),
717 channel_credentials=None,
718 call_credentials=None,
719 insecure=False,
720 compression=None,
721 wait_for_ready=None,
722 timeout=None,
723 metadata=None):
724 return grpc.experimental.unary_unary(request, target, '/auth.PasswordCredentialsCode/PasswordCredentialsCode',
725 cells__auth__pb2.PasswordCredentialsCodeRequest.SerializeToString,
726 cells__auth__pb2.PasswordCredentialsCodeResponse.FromString,
727 options, channel_credentials,
728 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
729
730
731class PasswordCredentialsTokenStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected