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

# requestAutoSignInAuthorization()

Presents a modal sheet that offers a person to opt in to Automatic Sign-In.

```
func requestAutoSignInAuthorization() async throws -> VSUserAccountManager.AutoSignInTokenUpdateContext
```

## Discussion

Call this method after a successful sign in to your streaming service. You might also call this method through custom UI that your app implements to offer Automatic Sign-In.

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.

> Important: Avoid calling this method when the person might not expect a prompt, for example, while they’re viewing streaming media.

For more information, see <doc://com.apple.videosubscriberaccount/documentation/VideoSubscriberAccount/signing-people-in-to-media-apps-automatically>.

---

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)