> @@ -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");

Yeah, they are actually from one of the other tests that was already in place 
so I reused them.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/34/files#r15411255

Reply via email to