> @@ -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.
[minor] Simply "Generates an authentication token" or so? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/433/files#r16929717