Class: PropelAuth::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/propelauth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



150
151
152
# File 'lib/propelauth.rb', line 150

def api_key
  @api_key
end

#auth_urlObject

Returns the value of attribute auth_url.



151
152
153
# File 'lib/propelauth.rb', line 151

def auth_url
  @auth_url
end

#public_keyObject

Returns the value of attribute public_key.



151
152
153
# File 'lib/propelauth.rb', line 151

def public_key
  @public_key
end