MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / requiresCloudAuth

Method requiresCloudAuth

src/services/mdm/MdmService.ts:48–50  ·  view source on GitHub ↗

* Check if cloud authentication is required by MDM policy

()

Source from the content-addressed store, hash-verified

46 * Check if cloud authentication is required by MDM policy
47 */
48 public requiresCloudAuth(): boolean {
49 return this.mdmConfig?.requireCloudAuth ?? false
50 }
51
52 /**
53 * Get the required organization ID from MDM policy

Callers 2

isCompliantMethod · 0.95
MdmService.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected