Class: Threads::API::OAuth2::Client::LongLivedResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/threads/api/oauth2/client.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



6
7
8
# File 'lib/threads/api/oauth2/client.rb', line 6

def access_token
  @access_token
end

#expires_inObject

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



6
7
8
# File 'lib/threads/api/oauth2/client.rb', line 6

def expires_in
  @expires_in
end

#token_typeObject

Returns the value of attribute token_type

Returns:

  • (Object)

    the current value of token_type



6
7
8
# File 'lib/threads/api/oauth2/client.rb', line 6

def token_type
  @token_type
end