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

# updateAutoSignInToken(_:updateContext:)

Sets the current Automatic Sign-In token.

```
func updateAutoSignInToken(_ newToken: String, updateContext: VSUserAccountManager.AutoSignInTokenUpdateContext) async throws
```

## Parameters

`newToken`

The new token value to store in the person’s Apple Account. Your app determines the contents of this string using a mechanism you determine fitting to identify the account. In addition, ensure its value is of sufficient length, complexity, and security. For more information on setting this property, see [`value`](/documentation/VideoSubscriberAccount/VSAutoSignInToken/value).

`updateContext`

The object the framework provides that reflects the person’s choice in the authorization prompt; pass the result of the [`requestAutoSignInAuthorization()`](/documentation/VideoSubscriberAccount/VSUserAccountManager/requestAutoSignInAuthorization()) method.

## Discussion

Call this method when generating a new token value for an account. To update the token, request the person’s authorization for Automatic Sign-In. For more information, see [`requestAutoSignInAuthorization()`](/documentation/VideoSubscriberAccount/VSUserAccountManager/requestAutoSignInAuthorization()).

---

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)