<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoSubscriberAccount",
  "identifier" : "/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInAuthorization",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Video Subscriber Account",
      "VideoSubscriberAccount"
    ],
    "preciseIdentifier" : "s:So20VSUserAccountManagerC015VideoSubscriberB0E23AutoSignInAuthorizationO"
  },
  "title" : "VSUserAccountManager.AutoSignInAuthorization"
}
-->

# VSUserAccountManager.AutoSignInAuthorization

The possible states the framework sets for Automatic Sign-In.

```
enum AutoSignInAuthorization
```

## Overview

The framework sets the [`authorization`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInToken-swift.struct/authorization) property to one of these values depending on how a person responds to the Automatic Sign-In opt-in prompt.

## Topics

### Possible states

[`case notDetermined`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInAuthorization/notDetermined)

A state that indicates the framework needs to reauthorize Automatic Sign-In.

[`case granted`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInAuthorization/granted)

A state that indicates the person opts in to Automatic Sign-In.

[`case denied`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInAuthorization/denied)

A state that indicates denied authorization.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)