module Doorkeeper::AccessGrantMixin
Public Instance Methods
Source
# File lib/doorkeeper/models/access_grant_mixin.rb, line 17 def uses_pkce? self.class.pkce_supported? && code_challenge.present? end
Never uses PKCE if PKCE migrations were not generated