lib/hawkular/tokens/tokens_api.rb in hawkular-client-2.9.0 vs lib/hawkular/tokens/tokens_api.rb in hawkular-client-3.0.0

- old
+ new

@@ -29,9 +29,6 @@ token_attributes = { expiresAt: expires_at, attributes: { name: name } } http_post('/secret-store/v1/tokens/create', token_attributes, auth_header) end end - - TokenClient = Client - deprecate_constant :TokenClient if self.respond_to? :deprecate_constant end