Searched defs:jwt_grant (Results 1 – 4 of 4) sorted by relevance
| /external/python/google-auth-library-python/tests/oauth2/ |
| D | test_service_account.py | 295 def test_refresh_success(self, jwt_grant): argument 326 def test_before_request_refreshes(self, jwt_grant): argument 377 self, self_signed_jwt_refresh, jwt_grant argument
|
| /external/python/google-auth-library-python/tests_async/oauth2/ |
| D | test_service_account_async.py | 178 async def test_refresh_success(self, jwt_grant): argument 210 async def test_before_request_refreshes(self, jwt_grant): argument
|
| /external/python/google-auth-library-python/google/oauth2/ |
| D | _client_async.py | 134 async def jwt_grant(request, token_uri, assertion): function
|
| D | _client.py | 169 def jwt_grant(request, token_uri, assertion): function
|