Class: QPay::TokenResponse
- Inherits:
-
Struct
- Object
- Struct
- QPay::TokenResponse
- Defined in:
- lib/qpay/models.rb
Overview
--- Auth ---
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#expires_in ⇒ Object
Returns the value of attribute expires_in.
-
#not_before_policy ⇒ Object
Returns the value of attribute not_before_policy.
-
#refresh_expires_in ⇒ Object
Returns the value of attribute refresh_expires_in.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#session_state ⇒ Object
Returns the value of attribute session_state.
-
#token_type ⇒ Object
Returns the value of attribute token_type.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def access_token @access_token end |
#expires_in ⇒ Object
Returns the value of attribute expires_in
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def expires_in @expires_in end |
#not_before_policy ⇒ Object
Returns the value of attribute not_before_policy
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def not_before_policy @not_before_policy end |
#refresh_expires_in ⇒ Object
Returns the value of attribute refresh_expires_in
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def refresh_expires_in @refresh_expires_in end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def refresh_token @refresh_token end |
#scope ⇒ Object
Returns the value of attribute scope
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def scope @scope end |
#session_state ⇒ Object
Returns the value of attribute session_state
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def session_state @session_state end |
#token_type ⇒ Object
Returns the value of attribute token_type
6 7 8 |
# File 'lib/qpay/models.rb', line 6 def token_type @token_type end |