# File lib/generators/active_record/oauth_provider_templates/oauth_token.rb, line 16
  def authorized?
    authorized_at != nil && !invalidated?
  end