---
title: VSAutoSignInTokenUpdateContext
framework: videosubscriberaccount
role: symbol
role_heading: Class
path: videosubscriberaccount/vsautosignintokenupdatecontext
---

# VSAutoSignInTokenUpdateContext

An object that contains information about a person’s choice in the Automatic Sign-In prompt.

## Declaration

```occ
@interface VSAutoSignInTokenUpdateContext : NSObject
```

## Overview

Overview The framework returns an instance of this structure when your app calls requestAutoSignInAuthorizationWithCompletionHandler: to prompt a person for approval to opt in to Automatic Sign-In. Check the authorization property of this structure to determine the persons choice. If the value is VSAutoSignInAuthorizationGranted, generate a sign in token and pass the instance of this structure and the token to the framework using the updateAutoSignInToken:updateContext:completionHandler: method.

## Topics

### Determining status

- [authorization](videosubscriberaccount/vsautosignintokenupdatecontext/authorization.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

## See Also

### Signing people in automatically

- [VSAutoSignInToken](videosubscriberaccount/vsautosignintoken.md)
- [VSAutoSignInAuthorization](videosubscriberaccount/vsautosigninauthorization.md)
- [queryAutoSignInTokenWithCompletionHandler:](videosubscriberaccount/vsuseraccountmanager/queryautosignintokenwithcompletionhandler:.md)
- [deleteAutoSignInTokenWithCompletionHandler:](videosubscriberaccount/vsuseraccountmanager/deleteautosignintokenwithcompletionhandler:.md)
- [requestAutoSignInAuthorizationWithCompletionHandler:](videosubscriberaccount/vsuseraccountmanager/requestautosigninauthorizationwithcompletionhandler:.md)
- [updateAutoSignInToken:updateContext:completionHandler:](videosubscriberaccount/vsuseraccountmanager/updateautosignintoken:updatecontext:completionhandler:.md)
