# File lib/fog/brightbox/oauth2.rb, line 117 def authorization_body_data { "grant_type" => "none", "client_id" => @credentials.client_id } end