---
title: fullName
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationappleidcredential/fullname
---

# fullName

The user’s full name from their Apple ID or a user-submitted value provided from the Sign in with Apple UI.

## Declaration

```swift
var fullName: PersonNameComponents? { get }
```

## Discussion

Discussion Apple doesn’t receive the user’s full name shared with the system UI. The raw data is passed directly to your app from the browser and is not included in the user’s identity token. For more information, visit Authenticating users with Sign in with Apple. tip: To help prevent cross-site scripting attacks, validate and sanitize the user-submitted first and last name values before storing on your app servers.

## See Also

### Getting Contact Information

- [authorizedScopes](authenticationservices/asauthorizationappleidcredential/authorizedscopes.md)
- [email](authenticationservices/asauthorizationappleidcredential/email.md)
