Module: Talis::OAuthService

Overview

Allows an individual primitive service to set its own Persona environment

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

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_secretObject

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_hostObject

Returns the value of attribute oauth_host.



4
5
6
# File 'lib/talis/oauth_service.rb', line 4

def oauth_host
  @oauth_host
end