AuthMode method names are slightly confusing
reillysiemens opened this issue · 0 comments
reillysiemens commented
Method names like AuthMode.IsBroker()
and AuthMode.IsWeb()
are slightly confusing. It's not necessarily the case that a given AuthMode
enum is AuthMode.Broker
so much as it's the case that AuthMode.Broker
is enabled/supported.