Class: Pickpoint::ClientAuth
- Inherits:
-
Struct
- Object
- Struct
- Pickpoint::ClientAuth
- Defined in:
- lib/pickpoint/config.rb
Overview
Pair from POST /v2/client-tokens. expires_at is unix epoch milliseconds.
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
14 15 16 |
# File 'lib/pickpoint/config.rb', line 14 def access_token @access_token end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
14 15 16 |
# File 'lib/pickpoint/config.rb', line 14 def expires_at @expires_at end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token
14 15 16 |
# File 'lib/pickpoint/config.rb', line 14 def refresh_token @refresh_token end |