Searched refs:jwt_async (Results 1 – 1 of 1) sorted by relevance
21 from google.auth import _jwt_async as jwt_async unknown41 self.credentials = jwt_async.Credentials(52 credentials = jwt_async.Credentials.from_service_account_info(64 credentials = jwt_async.Credentials.from_service_account_info(80 credentials = jwt_async.Credentials.from_service_account_file(92 credentials = jwt_async.Credentials.from_service_account_file(109 jwt_from_info = jwt_async.Credentials.from_service_account_info(113 assert isinstance(jwt_from_signing, jwt_async.Credentials)161 payload = jwt_async.decode(token, test_jwt.PUBLIC_CERT_BYTES)216 self.credentials = jwt_async.OnDemandCredentials([all …]