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

Method PasswordCredentialsCode

python/test.py:33–37  ·  view source on GitHub ↗
(self, request, context)

Source from the content-addressed store, hash-verified

31
32class PasswordCredentialsCodeProvider(cells_auth_pb2_grpc.PasswordCredentialsCodeServicer):
33 def PasswordCredentialsCode(self, request, context):
34 print(request)
35
36 context.set_code(grpc.StatusCode.UNIMPLEMENTED)
37 context.set_details('Method not implemented!')
38
39class PasswordCredentialsTokenProvider(cells_auth_pb2_grpc.PasswordCredentialsTokenServicer):
40 def PasswordCredentialsToken(self, request, context):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected