Module: Talis::OAuthService
- Included in:
- Bibliography::EBook, Bibliography::Manifestation, Bibliography::Work, Hierarchy::Asset, Hierarchy::Node
- Defined in:
- lib/talis/oauth_service.rb
Overview
Allows an individual primitive service to set its own Persona environment
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#oauth_host ⇒ Object
Returns the value of attribute oauth_host.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
4 5 6 |
# File 'lib/talis/oauth_service.rb', line 4 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
4 5 6 |
# File 'lib/talis/oauth_service.rb', line 4 def client_secret @client_secret end |
#oauth_host ⇒ Object
Returns the value of attribute oauth_host.
4 5 6 |
# File 'lib/talis/oauth_service.rb', line 4 def oauth_host @oauth_host end |