(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 712 | |
| 713 | @staticmethod |
| 714 | def PasswordCredentialsCode(request, |
| 715 | target, |
| 716 | options=(), |
| 717 | channel_credentials=None, |
| 718 | call_credentials=None, |
| 719 | insecure=False, |
| 720 | compression=None, |
| 721 | wait_for_ready=None, |
| 722 | timeout=None, |
| 723 | metadata=None): |
| 724 | return grpc.experimental.unary_unary(request, target, '/auth.PasswordCredentialsCode/PasswordCredentialsCode', |
| 725 | cells__auth__pb2.PasswordCredentialsCodeRequest.SerializeToString, |
| 726 | cells__auth__pb2.PasswordCredentialsCodeResponse.FromString, |
| 727 | options, channel_credentials, |
| 728 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
| 729 | |
| 730 | |
| 731 | class PasswordCredentialsTokenStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected