# File lib/doorkeeper/models/application_mixin.rb, line 25
      def by_uid(uid)
        find_by(uid: uid.to_s)
      end