pub fn create_auth(config: &EnclaveConfig) -> Result<AuthHandle>Expand description
Create an auth handle for the current platform.
The config parameter is accepted for API consistency with the other factory
functions but is not currently used — AuthHandle only requires platform
detection. It is reserved for Phase 2 when access-group entitlement validation
will be wired in.