# frozen_string_literal: true module Wso2Toolbox class Configuration attr_accessor :token_username, :token_password, :token_url end end