module Doorkeeper::ApplicationMixin::ClassMethods

def secret_strategy

Unless configured otherwise, uses the plain secret strategy
Determines the secret storing transformer
#
def secret_strategy
  ::Doorkeeper.config.application_secret_strategy
end