Class: OauthTokenVerifier::Configuration::ProviderSettings
- Inherits:
-
Struct
- Object
- Struct
- OauthTokenVerifier::Configuration::ProviderSettings
- Defined in:
- lib/oauth_token_verifier/configuration.rb
Instance Attribute Summary collapse
-
#fields_mapping ⇒ Object
Returns the value of attribute fields_mapping.
-
#id_field ⇒ Object
Returns the value of attribute id_field.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#fields_mapping ⇒ Object
Returns the value of attribute fields_mapping
4 5 6 |
# File 'lib/oauth_token_verifier/configuration.rb', line 4 def fields_mapping @fields_mapping end |
#id_field ⇒ Object
Returns the value of attribute id_field
4 5 6 |
# File 'lib/oauth_token_verifier/configuration.rb', line 4 def id_field @id_field end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/oauth_token_verifier/configuration.rb', line 4 def name @name end |
#version ⇒ Object
Returns the value of attribute version
4 5 6 |
# File 'lib/oauth_token_verifier/configuration.rb', line 4 def version @version end |