# File lib/oauth2/access_token.rb, line 71
    def expired?
      expires? && (expires_at < Time.now.to_i)
    end