Object
# File lib/fog/storm_on_demand/requests/account/create_token.rb, line 6 def create_token(options={}) request( :path => '/Account/Auth/token', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/account/expire_token.rb, line 6 def expire_token(options={}) request( :path => '/Account/Auth/expireToken', :body => Fog::JSON.encode(:params => options) ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.