Fog::Brightbox::OAuth2::GrantTypeStrategy
This implements client based authentication/authorization based on the existing trust relationship using the `none` grant type.
# File lib/fog/brightbox/oauth2.rb, line 117 def authorization_body_data { "grant_type" => "none", "client_id" => @credentials.client_id } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.