Method: TVDB::Authorization#refresh_token

Defined in:
lib/tvdb_client/authorization.rb

#refresh_tokenObject



27
28
29
30
31
# File 'lib/tvdb_client/authorization.rb', line 27

def refresh_token
  response = connection.get( '/refresh_token' )

  handle_response( response )
end