* Check if cloud authentication is required by MDM policy
()
| 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 |
no outgoing calls
no test coverage detected