Skip to main content

OAuthAccount

A Model to support account creation to Auth0's Database.

Properties​

NameTypeDescriptionNotes
client_idstrThe client_id of your client.
emailstrThe user's email address.
connectionstrThe name of the database configured to your client.
usernamestrThe user's username. Only valid if the connection requires a username.
given_namestrThe user's given name(s).
family_namestrThe user's family name(s).
namestrThe user's full name.
picturestrA URI pointing to the user's picture.
nicknamestrThe user's nickname.