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

Method CreateAuthCode

python/cells_auth_pb2_grpc.py:502–506  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

(self, request, context)

Source from the content-addressed store, hash-verified

500 """Missing associated documentation comment in .proto file."""
501
502 def CreateAuthCode(self, request, context):
503 """Missing associated documentation comment in .proto file."""
504 context.set_code(grpc.StatusCode.UNIMPLEMENTED)
505 context.set_details('Method not implemented!')
506 raise NotImplementedError('Method not implemented!')
507
508
509def add_AuthCodeProviderServicer_to_server(servicer, server):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected