Class: Tango::Api::Auth::OAuth2::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/tango/api/auth/oauth2.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



13
14
15
# File 'lib/tango/api/auth/oauth2.rb', line 13

def access_token
  @access_token
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



13
14
15
# File 'lib/tango/api/auth/oauth2.rb', line 13

def expires_at
  @expires_at
end