Class: KeycloakOauth::Configuration
- Inherits:
-
Object
- Object
- KeycloakOauth::Configuration
- Includes:
- Singleton
- Defined in:
- lib/keycloak_oauth/configuration.rb
Instance Attribute Summary collapse
-
#auth_url ⇒ Object
Returns the value of attribute auth_url.
-
#callback_module ⇒ Object
Returns the value of attribute callback_module.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#realm ⇒ Object
Returns the value of attribute realm.
Instance Attribute Details
#auth_url ⇒ Object
Returns the value of attribute auth_url.
7 8 9 |
# File 'lib/keycloak_oauth/configuration.rb', line 7 def auth_url @auth_url end |
#callback_module ⇒ Object
Returns the value of attribute callback_module.
7 8 9 |
# File 'lib/keycloak_oauth/configuration.rb', line 7 def callback_module @callback_module end |
#client_id ⇒ Object
Returns the value of attribute client_id.
7 8 9 |
# File 'lib/keycloak_oauth/configuration.rb', line 7 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
7 8 9 |
# File 'lib/keycloak_oauth/configuration.rb', line 7 def client_secret @client_secret end |
#realm ⇒ Object
Returns the value of attribute realm.
7 8 9 |
# File 'lib/keycloak_oauth/configuration.rb', line 7 def realm @realm end |