Class: Pickpoint::ClientAuth

Inherits:
Struct
  • Object
show all
Defined in:
lib/pickpoint/config.rb

Overview

Pair from POST /v2/client-tokens. expires_at is unix epoch milliseconds.

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



14
15
16
# File 'lib/pickpoint/config.rb', line 14

def access_token
  @access_token
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



14
15
16
# File 'lib/pickpoint/config.rb', line 14

def expires_at
  @expires_at
end

#refresh_tokenObject

Returns the value of attribute refresh_token

Returns:

  • (Object)

    the current value of refresh_token



14
15
16
# File 'lib/pickpoint/config.rb', line 14

def refresh_token
  @refresh_token
end