Home
last modified time | relevance | path

Searched refs:access_token_call_credentials (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_credentials_test.py24 first = grpc.access_token_call_credentials('abc')
25 second = grpc.access_token_call_credentials('def')
26 third = grpc.access_token_call_credentials('ghi')
36 first_call_credentials = grpc.access_token_call_credentials('abc')
37 second_call_credentials = grpc.access_token_call_credentials('def')
38 third_call_credentials = grpc.access_token_call_credentials('ghi')
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py61 access_token_call_credentials = grpc.access_token_call_credentials variable
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_implementations_test.py50 call_creds = implementations.access_token_call_credentials('token')
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py75 call_credentials = grpc.access_token_call_credentials(
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1416 def access_token_call_credentials(access_token): function