Contents

systemProtectionManager

The system protection manager associated with this scene.

Declaration

var systemProtectionManager: UIScene.SystemProtectionManager? { get }

Discussion

To check whether the scene requires user authentication, inspect the manager’s isUserAuthenticationEnabled property.

See Also

Working with system protection manager