---
title: authorization
framework: videosubscriberaccount
role: symbol
role_heading: Instance Property
path: videosubscriberaccount/vsautosignintoken/authorization
---

# authorization

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

## Declaration

```occ
@property (nonatomic, readonly) VSAutoSignInAuthorization authorization;
```

## 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()).
