---
title: authorization
framework: videosubscriberaccount
role: symbol
role_heading: Instance Property
path: videosubscriberaccount/vsuseraccountmanager/autosignintoken-swift.struct/authorization
---

# authorization

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

## Declaration

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

## Mentioned in

Signing people in to their media accounts automatically

## Discussion

Discussion The default value is VSUserAccountManager.AutoSignInAuthorization.notDetermined. The framework updates the value based on a person’s answer to the prompt to opt in to Automatic Sign-In (see requestAutoSignInAuthorization()).
