Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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.