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