lib/wso2_toolbox/configuration.rb in wso2_toolbox-0.2.3 vs lib/wso2_toolbox/configuration.rb in wso2_toolbox-0.3.0

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true module Wso2Toolbox class Configuration - attr_accessor :token_username, :token_password, :token_url + attr_accessor :token_username, :token_password, :token_url, + :refresh_token_url, :revoke_token_url end end