# File lib/fog/brightbox/requests/compute/reset_secret_application.rb, line 13
        def reset_secret_application(identifier)
          return nil if identifier.nil? || identifier == ""
          wrapped_request("post", "/1.0/applications/#{identifier}/reset_secret", [200])
        end