class Envirobly::AccessToken

def destroy

def destroy
  if File.exist?(path)
    FileUtils.rm path
  end
end