class Doorkeeper::OAuth::Authorization::Code

def pkce_supported?

generated and migrated
Ensures firstly, if migration with additional PKCE columns was
def pkce_supported?
  Doorkeeper.config.access_grant_model.pkce_supported?
end