handle
The unique identifier that your app assigned to the user.
Declaration
var handle: String? { get }Discussion
The value of this property is the string that you specified at initialization time. Use this string to identify the user uniquely in your app. For example, you might specify an email address, phone number, or account name associated with the user. Siri may show this string when asking the user to choose from among several people with similar names.