Skip to content

Instance Property

name

The user’s full name, in a displayable form.
let name: String?

Discussion

Might be provided when:

  • The request scope included the string “profile”

  • The ID token is returned from a token refresh

When name claims are present, you can use them to update your app’s user records.