module Doorkeeper

def configuration

Returns:
  • (Doorkeeper::Config) - configuration instance
def configuration
  @config || configure
end