(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 353 | |
| 354 | @staticmethod |
| 355 | def CreateConsent(request, |
| 356 | target, |
| 357 | options=(), |
| 358 | channel_credentials=None, |
| 359 | call_credentials=None, |
| 360 | insecure=False, |
| 361 | compression=None, |
| 362 | wait_for_ready=None, |
| 363 | timeout=None, |
| 364 | metadata=None): |
| 365 | return grpc.experimental.unary_unary(request, target, '/auth.ConsentProvider/CreateConsent', |
| 366 | cells__auth__pb2.CreateConsentRequest.SerializeToString, |
| 367 | cells__auth__pb2.CreateConsentResponse.FromString, |
| 368 | options, channel_credentials, |
| 369 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
| 370 | |
| 371 | @staticmethod |
| 372 | def AcceptConsent(request, |
nothing calls this directly
no outgoing calls
no test coverage detected