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

# authorization

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

## Declaration

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

## Discussion

Discussion If the person approves the prompt to enable Automatic Sign-In, the framework sets the value to VSAutoSignInAuthorizationGranted. If the person denies the prompt, the framework sets the value to VSAutoSignInAuthorizationDenied.
