Home
last modified time | relevance | path

Searched defs:id_token_jwt_grant (Results 1 – 5 of 5) sorted by relevance

/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_service_account_async.py325 async def test_refresh_success(self, id_token_jwt_grant): argument
358 async def test_before_request_refreshes(self, id_token_jwt_grant): argument
/external/python/google-auth-library-python/google/oauth2/
D_client_async.py171 async def id_token_jwt_grant(request, token_uri, assertion): function
D_client.py206 def id_token_jwt_grant(request, token_uri, assertion): function
/external/python/google-auth-library-python/tests/compute_engine/
Dtest_credentials.py569 def test_refresh_success(self, id_token_jwt_grant, sign, get, utcnow): argument
631 def test_before_request_refreshes(self, id_token_jwt_grant, sign, get, utcnow): argument
/external/python/google-auth-library-python/tests/oauth2/
Dtest_service_account.py476 def test_refresh_success(self, id_token_jwt_grant): argument
507 def test_before_request_refreshes(self, id_token_jwt_grant): argument