Class: Kessel::Auth::RefreshTokenResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/kessel/auth.rb

Overview

Since:

  • 1.0.0

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token



47
48
49
# File 'lib/kessel/auth.rb', line 47

def access_token
  @access_token
end

#expires_atObject

Returns the value of attribute expires_at



47
48
49
# File 'lib/kessel/auth.rb', line 47

def expires_at
  @expires_at
end