ContentKind

What the field holds, so the system can offer autofill (passwords, one-time codes, contacts).
public enum ContentKind

Values

NameSummary
EmailAn email address.
NameA person's full name.
NewPasswordA password being created; the system suggests a strong one and saves it.
NoneNo autofill hint.
OneTimeCodeA one-time code; autofills from incoming messages.
PasswordAn existing password; offers the saved credential.
PhoneNumberA phone number.
StreetAddressA street address.
UrlA web address.
UsernameA login user name; the QuickType bar offers saved credentials.