> @@ -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. > + * > + * @return access with token > + */ > + @Named("authenticate") > + @POST > + @SelectJson("access") > + @Consumes(MediaType.APPLICATION_JSON) > + @Path("/tokens")
You should probably rebase this branch since the annotations recently changed in the `AuthenticationApi` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/433/files#r16723365