---
title: VSUserAccountManager.AutoSignInAuthorization.notDetermined
framework: videosubscriberaccount
role: symbol
role_heading: Case
path: videosubscriberaccount/vsuseraccountmanager/autosigninauthorization/notdetermined
---

# VSUserAccountManager.AutoSignInAuthorization.notDetermined

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

## Declaration

```swift
case notDetermined
```

## Mentioned in

Signing people in to their media accounts automatically

## 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

- [VSUserAccountManager.AutoSignInAuthorization.granted](videosubscriberaccount/vsuseraccountmanager/autosigninauthorization/granted.md)
- [VSUserAccountManager.AutoSignInAuthorization.denied](videosubscriberaccount/vsuseraccountmanager/autosigninauthorization/denied.md)
