VSUserAccountManager
public func deleteAutoSignInToken() async throws
VSUserAccountManager
public func requestAutoSignInAuthorization() async throws -> VideoSubscriberAccount.VSUserAccountManager.AutoSignInTokenUpdateContext
VSUserAccountManager
public func updateAutoSignInToken(_ newToken: Swift.String, updateContext: VideoSubscriberAccount.VSUserAccountManager.AutoSignInTokenUpdateContext) async throws
VSUserAccountManager
- (void)queryAutoSignInTokenWithCompletionHandler:(nonnull void (^)(VSAutoSignInToken * _Nullable, NSError * _Nullable))completion;
VSUserAccountManager
- (void)deleteAutoSignInTokenWithCompletionHandler:(nonnull void (^)(NSError * _Nullable))completion;