Interface Auth0UserProfile

Represents a normalized UserProfile.

Hierarchy

Index

Properties

Properties

public email: string

public family_name: string

public gender: string

public given_name: string

public identities: Auth0Identity[]

Represents one or more Identities that may be associated with the User.

public locale: string

public name: string

public nickname: string

public picture: string

public user_id: string