Missing associated documentation comment in .proto file.
| 521 | |
| 522 | # This class is part of an EXPERIMENTAL API. |
| 523 | class 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 | |
| 544 | class AuthTokenVerifierStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…