Class: KeycloakOauth::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/keycloak_oauth/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_urlObject

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_moduleObject

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_idObject

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_secretObject

Returns the value of attribute client_secret.



7
8
9
# File 'lib/keycloak_oauth/configuration.rb', line 7

def client_secret
  @client_secret
end

#realmObject

Returns the value of attribute realm.



7
8
9
# File 'lib/keycloak_oauth/configuration.rb', line 7

def realm
  @realm
end