Lines Matching refs:GoogleCredentials
285 self.assertIsInstance(credentials, client.GoogleCredentials)
295 return client.GoogleCredentials(None, None, None, None,
308 @mock.patch.object(client.GoogleCredentials,
311 @mock.patch.object(client.GoogleCredentials,
319 credentials = client.GoogleCredentials.get_application_default()
325 @mock.patch.object(client.GoogleCredentials,
328 @mock.patch.object(client.GoogleCredentials,
337 credentials = client.GoogleCredentials.get_application_default()
620 credentials = client.GoogleCredentials.get_application_default()
644 credentials = client.GoogleCredentials.get_application_default()
665 client.GoogleCredentials.get_application_default()
691 client.GoogleCredentials.get_application_default()
717 result = client.GoogleCredentials.get_application_default()
792 creds = client.GoogleCredentials.from_stream(credentials_file)
794 creds2 = client.GoogleCredentials.from_json(json)
801 creds1 = client.GoogleCredentials.from_stream(credentials_file)
803 creds2 = client.GoogleCredentials.from_json(creds1.to_json())
814 creds1 = client.GoogleCredentials.from_stream(credentials_file)
817 creds2 = client.GoogleCredentials.from_json(creds1.to_json())