Contents

queryAutoSignInTokenWithCompletionHandler:

Retrieves the current Automatic Sign-In token.

Declaration

- (void) queryAutoSignInTokenWithCompletionHandler:(void (^)(VSAutoSignInToken *token, NSError *error)) completion;

Discussion

The framework sets this property to the current Automatic Sign-In token value and authorization status according to information on the person’s Account Account.

For more information, see Signing people in to their media accounts automatically.

See Also

Signing people in automatically