Class: AuthProvider::Config
- Inherits:
-
Object
- Object
- AuthProvider::Config
- Defined in:
- lib/auth_provider/config.rb
Defined Under Namespace
Classes: Builder
Instance Attribute Summary collapse
-
#access_token_expiration_time ⇒ Object
Returns the value of attribute access_token_expiration_time.
-
#default_resource_owner_type ⇒ Object
Configurations.
-
#resource_owner_from_credentials ⇒ Object
Returns the value of attribute resource_owner_from_credentials.
Instance Attribute Details
#access_token_expiration_time ⇒ Object
Returns the value of attribute access_token_expiration_time.
24 25 26 |
# File 'lib/auth_provider/config.rb', line 24 def access_token_expiration_time @access_token_expiration_time end |
#default_resource_owner_type ⇒ Object
Configurations
22 23 24 |
# File 'lib/auth_provider/config.rb', line 22 def default_resource_owner_type @default_resource_owner_type end |
#resource_owner_from_credentials ⇒ Object
Returns the value of attribute resource_owner_from_credentials.
23 24 25 |
# File 'lib/auth_provider/config.rb', line 23 def resource_owner_from_credentials @resource_owner_from_credentials end |