# File lib/doorkeeper/models/access_token_mixin.rb, line 39 def by_refresh_token(refresh_token) find_by(refresh_token: refresh_token.to_s) end