# File lib/fog/brightbox/oauth2.rb, line 138
        def authorization_body_data
          {
            "grant_type" => "password",
            "username"   => @credentials.username,
            "password"   => @credentials.password
          }
        end