authorization
A state that represents a person’s approval of Automatic Sign-In.
Declaration
var authorization: VSUserAccountManager.AutoSignInAuthorization { get }Mentioned in
Discussion
The system prompts the person to opt in to Automatic Sign-In when the app calls requestAutoSignInAuthorization(). If the person approves the prompt, the framework sets the authorization status to VSUserAccountManager.AutoSignInAuthorization.granted. If the person dismisses the prompt without approving, the system leaves the authorization status VSUserAccountManager.AutoSignInAuthorization.notDetermined and the framework doesn’t prompt them again until the app calls requestAutoSignInAuthorization() once more.