VSAutoSignInTokenUpdateContext
An object that contains information about a person’s choice in the Automatic Sign-In prompt.
Declaration
@interface VSAutoSignInTokenUpdateContext : NSObjectOverview
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.