> @@ -46,6 +48,16 @@ public static Properties defaultProperties(Properties
> properties) {
> }
> }
>
> + public static Properties bearerTokenAuthProperties(Properties properties)
> {
> + properties = properties == null ? new Properties() : properties;
> + properties.put("oauth.identity",
> "761326798069-r5mljlln1rd4lrbhg75efgigp36m7...@developer.gserviceaccount.com");
> + properties.put("oauth.credential",
> "1/8xbJqaOZXSUZbHLl5EOtu1pxz3fmmetKx9W8CV4t79M");
I assume these credentials are no longer valid, right?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/34/files#r15393942