module Doorkeeper::Models::SecretStorable::ClassMethods

def secret_strategy

Unless configured otherwise, uses the plain secret strategy
Determines the secret storing transformer
#
def secret_strategy
  ::Doorkeeper::SecretStoring::Plain
end