userRecordID
The ID of the user record.
Declaration
@NSCopying var userRecordID: CKRecord.ID? { get }Discussion
Use this value to retrieve the user record for the user identity. The user record doesn’t contain any personal information about the user, by default. You can add data to the user record, but you shouldn’t add anything sensitive.