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

Method isSingleSignOnEnabled

lib/config.ts:182–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 static async isSingleSignOnEnabled(): Promise<boolean> {
183 await this.loadConfig();
184
185 return this.config.auth.enableSingleSignOn;
186 }
187
188 static async isPublicFileSharingAllowed(): Promise<boolean> {
189 await this.loadConfig();

Callers 5

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

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected