(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 651 | |
| 652 | @staticmethod |
| 653 | def Exchange(request, |
| 654 | target, |
| 655 | options=(), |
| 656 | channel_credentials=None, |
| 657 | call_credentials=None, |
| 658 | insecure=False, |
| 659 | compression=None, |
| 660 | wait_for_ready=None, |
| 661 | timeout=None, |
| 662 | metadata=None): |
| 663 | return grpc.experimental.unary_unary(request, target, '/auth.AuthCodeExchanger/Exchange', |
| 664 | cells__auth__pb2.ExchangeRequest.SerializeToString, |
| 665 | cells__auth__pb2.ExchangeResponse.FromString, |
| 666 | options, channel_credentials, |
| 667 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
| 668 | |
| 669 | |
| 670 | class PasswordCredentialsCodeStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected