MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / isMultiFactorAuthEnabled

Method isMultiFactorAuthEnabled

lib/config.ts:176–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 }
175
176 static async isMultiFactorAuthEnabled(): Promise<boolean> {
177 await this.loadConfig();
178
179 return this.config.auth.enableMultiFactor;
180 }
181
182 static async isSingleSignOnEnabled(): Promise<boolean> {
183 await this.loadConfig();

Callers 14

getFunction · 0.80
postFunction · 0.80
getFunction · 0.80
postFunction · 0.80
getFunction · 0.80
postFunction · 0.80
postFunction · 0.80
postFunction · 0.80
postFunction · 0.80
postFunction · 0.80
postFunction · 0.80
postFunction · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected