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

Method Generate

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

927
928 @staticmethod
929 def Generate(request,
930 target,
931 options=(),
932 channel_credentials=None,
933 call_credentials=None,
934 insecure=False,
935 compression=None,
936 wait_for_ready=None,
937 timeout=None,
938 metadata=None):
939 return grpc.experimental.unary_unary(request, target, '/auth.PersonalAccessTokenService/Generate',
940 cells__auth__pb2.PatGenerateRequest.SerializeToString,
941 cells__auth__pb2.PatGenerateResponse.FromString,
942 options, channel_credentials,
943 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
944
945 @staticmethod
946 def Revoke(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected