(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 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 | |
| 544 | class AuthTokenVerifierStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected