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

Class AuthCodeProviderServicer

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

Missing associated documentation comment in .proto file.

Source from the content-addressed store, hash-verified

497
498
499class AuthCodeProviderServicer(object):
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

Used in the wild real call sites across dependent graphs

searching dependent graphs…