Contents

VSUserAccount

An object that represents a user’s account.

Declaration

struct VSUserAccount

Overview

There are two sources for a VSUserAccount instance:

  • You create an instance when a person registers a new account or signs into an existing account in your app, and you call update(_:) on VSUserAccountManager with the instance.

  • You fetch user accounts by calling userAccounts(options:), which can return user accounts created on the current device, or user accounts registered on all the devices signed into the person’s iCloud account.

Topics

Creating user accounts

User account information

Instance Properties

See Also

User account management