Class: Wso2Toolbox::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/wso2_toolbox/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_token_urlObject

Returns the value of attribute refresh_token_url.



5
6
7
# File 'lib/wso2_toolbox/configuration.rb', line 5

def refresh_token_url
  @refresh_token_url
end

#revoke_token_urlObject

Returns the value of attribute revoke_token_url.



5
6
7
# File 'lib/wso2_toolbox/configuration.rb', line 5

def revoke_token_url
  @revoke_token_url
end

#token_passwordObject

Returns the value of attribute token_password.



5
6
7
# File 'lib/wso2_toolbox/configuration.rb', line 5

def token_password
  @token_password
end

#token_urlObject

Returns the value of attribute token_url.



5
6
7
# File 'lib/wso2_toolbox/configuration.rb', line 5

def token_url
  @token_url
end

#token_usernameObject

Returns the value of attribute token_username.



5
6
7
# File 'lib/wso2_toolbox/configuration.rb', line 5

def token_username
  @token_username
end