<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoSubscriberAccount",
  "identifier" : "/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInTokenUpdateContext/authorization",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Video Subscriber Account"
    ],
    "preciseIdentifier" : "s:So20VSUserAccountManagerC015VideoSubscriberB0E28AutoSignInTokenUpdateContextV13authorizationAbCE0fgH13AuthorizationOvp"
  },
  "title" : "authorization"
}
-->

# authorization

A state that represents a person’s approval of Automatic Sign-In.

```
var authorization: VSUserAccountManager.AutoSignInAuthorization { get }
```

## Discussion

The system prompts the person to opt in to Automatic Sign-In when the app calls   [`requestAutoSignInAuthorization()`](/documentation/VideoSubscriberAccount/VSUserAccountManager/requestAutoSignInAuthorization()). If the person approves the prompt, the framework sets the [`authorization`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInTokenUpdateContext/authorization) status to [`VSUserAccountManager.AutoSignInAuthorization.granted`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInAuthorization/granted). If the person dismisses the prompt without approving, the system leaves the authorization status [`VSUserAccountManager.AutoSignInAuthorization.notDetermined`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInAuthorization/notDetermined) and the framework doesn’t prompt them again until the app calls [`requestAutoSignInAuthorization()`](/documentation/VideoSubscriberAccount/VSUserAccountManager/requestAutoSignInAuthorization()) once more.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)