module Doorkeeper::ApplicationMixin::ClassMethods

def fallback_secret_strategy

Unless configured, there will be no fallback
Determine the fallback storing strategy
#
def fallback_secret_strategy
  ::Doorkeeper.config.application_secret_fallback_strategy
end