AppleRequestResponseFullName
interface
An optional full name shared by the user when using Sign In With Apple.
These fields are populated with values that the user authorized.
Properties
familyName
</>Name passed from one generation to another to indicate lineage, e.g. Appleseed
familyName: string | null;
givenName
</>Name bestowed upon an individual by one's parents, e.g. Johnathan
givenName: string | null;
middleName
</>Secondary given name chosen to differentiate those with the same first name, e.g. Maple
middleName: string | null;
namePrefix
</>Pre-nominal letters denoting title, salutation, or honorific, e.g. Dr., Mr.
namePrefix: string | null;
nameSuffix
</>Post-nominal letters denoting degree, accreditation, or other honor, e.g. Esq., Jr., Ph.D.
nameSuffix: string | null;