module Doorkeeper::AccessTokenMixin::ClassMethods

def fallback_secret_strategy

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