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

Class AuthCodeProvider

python/cells_auth_pb2_grpc.py:523–541  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

Source from the content-addressed store, hash-verified

521
522 # This class is part of an EXPERIMENTAL API.
523class AuthCodeProvider(object):
524 """Missing associated documentation comment in .proto file."""
525
526 @staticmethod
527 def CreateAuthCode(request,
528 target,
529 options=(),
530 channel_credentials=None,
531 call_credentials=None,
532 insecure=False,
533 compression=None,
534 wait_for_ready=None,
535 timeout=None,
536 metadata=None):
537 return grpc.experimental.unary_unary(request, target, '/auth.AuthCodeProvider/CreateAuthCode',
538 cells__auth__pb2.CreateAuthCodeRequest.SerializeToString,
539 cells__auth__pb2.CreateAuthCodeResponse.FromString,
540 options, channel_credentials,
541 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
542
543
544class AuthTokenVerifierStub(object):

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…