Home
last modified time | relevance | path

Searched refs:access_token_call_credentials (Results 1 – 10 of 10) 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")
37 first_call_credentials = grpc.access_token_call_credentials("abc")
38 second_call_credentials = grpc.access_token_call_credentials("def")
39 third_call_credentials = grpc.access_token_call_credentials("ghi")
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dsecure_call_test.py74 grpc.access_token_call_credentials("abc"),
75 grpc.access_token_call_credentials("def"),
97 grpc.access_token_call_credentials("abc"),
98 grpc.access_token_call_credentials("def"),
129 grpc.access_token_call_credentials("abc"),
130 grpc.access_token_call_credentials("def"),
Dcall_test.py215 grpc.access_token_call_credentials("abc"),
216 grpc.access_token_call_credentials("def"),
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py59 access_token_call_credentials = grpc.access_token_call_credentials variable
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_implementations_test.py56 call_creds = implementations.access_token_call_credentials("token")
/external/grpc-grpc/examples/python/auth/
Dtoken_based_auth_client.py36 call_credentials = grpc.access_token_call_credentials(
DREADME.md125 call_credentials = grpc.access_token_call_credentials(google_credentials.token)
/external/grpc-grpc/doc/python/sphinx/
Dgrpc.rst29 .. autofunction:: access_token_call_credentials
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py105 return grpc.access_token_call_credentials(google_credentials.token)
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1745 def access_token_call_credentials(access_token): function