Class: Lotus::Auth0::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/lotus/auth0/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



4
5
6
# File 'lib/lotus/auth0/config.rb', line 4

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



4
5
6
# File 'lib/lotus/auth0/config.rb', line 4

def client_secret
  @client_secret
end

#client_tokenObject

Returns the value of attribute client_token.



4
5
6
# File 'lib/lotus/auth0/config.rb', line 4

def client_token
  @client_token
end

#domainObject

Returns the value of attribute domain.



4
5
6
# File 'lib/lotus/auth0/config.rb', line 4

def domain
  @domain
end