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

Class PasswordCredentialsCodeProvider

python/test.py:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
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 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…