---
title: VSAutoSignInAuthorizationNotDetermined
framework: videosubscriberaccount
role: symbol
role_heading: Enumeration Case
path: videosubscriberaccount/vsautosigninauthorization/vsautosigninauthorizationnotdetermined
---

# VSAutoSignInAuthorizationNotDetermined

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

## Declaration

```occ
VSAutoSignInAuthorizationNotDetermined
```

## Discussion

Discussion This authorization state indicates that either a person hasn’t answered the prompt to opt in to Automatic Sign-In, or that the app (or server) deletes the token value. When authorization for the current Automatic Sign-In token is this state, the app needs to call requestAutoSignInAuthorization() again before creating a token value for the account. For more information, see Signing people in to their media accounts automatically.

## See Also

### Possible states

- [VSAutoSignInAuthorizationGranted](videosubscriberaccount/vsautosigninauthorization/vsautosigninauthorizationgranted.md)
- [VSAutoSignInAuthorizationDenied](videosubscriberaccount/vsautosigninauthorization/vsautosigninauthorizationdenied.md)
