---
title: authorization
framework: videosubscriberaccount
role: symbol
role_heading: Instance Property
path: videosubscriberaccount/vsuseraccountmanager/autosignintokenupdatecontext/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 system prompts the person to opt in to Automatic Sign-In when the app calls   requestAutoSignInAuthorization(). If the person approves the prompt, the framework sets the authorization status to VSUserAccountManager.AutoSignInAuthorization.granted. If the person dismisses the prompt without approving, the system leaves the authorization status VSUserAccountManager.AutoSignInAuthorization.notDetermined and the framework doesn’t prompt them again until the app calls requestAutoSignInAuthorization() once more.
