OVERRIDE_PREFIX

val OVERRIDE_PREFIX: text = "__override__"(source)

This prefix could appear before an auth handler's scope to mark that it can be overridden. If two auth handlers are found with the same scope, but one has the override prefix, the other one is used.