name
The user’s full name.
Declaration
class var name: PKIdentityElement { get }Discussion
For National ID and other identity documents, requesting this element returns the person’s full name as a single properly formatted string. The response may also include givenName and familyName when available.
For driver’s license documents, requesting this element returns the givenName and familyName as separate fields, but doesn’t return a full name field. This limitation exists because the mDL (mobile Driver’s License) standard doesn’t currently include a full name field in its specification.