> @@ -99,4 +100,33 @@ Access authenticateWithTenantNameAndCredentials(@Nullable > @PayloadParam("tenantN > @MapBinder(BindAuthToJsonPayload.class) > Access authenticateWithTenantIdAndCredentials(@Nullable > @PayloadParam("tenantId") String tenantId, > ApiAccessKeyCredentials apiAccessKeyCredentials); > + > + /** > + * Authenticate to generate a token.
I just copied what was already there :), do you think it's worth changing on all `authenticate()` methods? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/433/files#r17380224