Class: Authlete::Model::ClientExtension
- Includes:
- Hashable
- Defined in:
- lib/authlete/model/client-extension.rb
Instance Attribute Summary collapse
-
#accessTokenDuration ⇒ Object
(also: #access_token_duration)
Returns the value of attribute accessTokenDuration.
-
#refreshTokenDuration ⇒ Object
(also: #refresh_token_duration)
Returns the value of attribute refreshTokenDuration.
-
#requestableScopes ⇒ Object
(also: #requestable_scopes)
Returns the value of attribute requestableScopes.
-
#requestableScopesEnabled ⇒ Object
(also: #requestable_scopes_enabled)
Returns the value of attribute requestableScopesEnabled.
-
#tokenExchangePermitted ⇒ Object
(also: #token_exchange_permitted)
Returns the value of attribute tokenExchangePermitted.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#accessTokenDuration ⇒ Object Also known as: access_token_duration
Returns the value of attribute accessTokenDuration.
31 32 33 |
# File 'lib/authlete/model/client-extension.rb', line 31 def accessTokenDuration @accessTokenDuration end |
#refreshTokenDuration ⇒ Object Also known as: refresh_token_duration
Returns the value of attribute refreshTokenDuration.
35 36 37 |
# File 'lib/authlete/model/client-extension.rb', line 35 def refreshTokenDuration @refreshTokenDuration end |
#requestableScopes ⇒ Object Also known as: requestable_scopes
Returns the value of attribute requestableScopes.
23 24 25 |
# File 'lib/authlete/model/client-extension.rb', line 23 def requestableScopes @requestableScopes end |
#requestableScopesEnabled ⇒ Object Also known as: requestable_scopes_enabled
Returns the value of attribute requestableScopesEnabled.
27 28 29 |
# File 'lib/authlete/model/client-extension.rb', line 27 def requestableScopesEnabled @requestableScopesEnabled end |
#tokenExchangePermitted ⇒ Object Also known as: token_exchange_permitted
Returns the value of attribute tokenExchangePermitted.
39 40 41 |
# File 'lib/authlete/model/client-extension.rb', line 39 def tokenExchangePermitted @tokenExchangePermitted end |