Class | Description |
---|---|
Authentication |
The result of a successful authentication against Auth0
Contains the logged in user's
Credentials and UserProfile . |
Credentials |
Holds the user's credentials returned by Auth0.
|
DatabaseUser |
Auth0 user created in a Database connection.
|
Delegation |
The result of a successful delegation to an Auth0 application that contains a new Auth0 'id_token'
See delegation docs
|
UserIdentity |
Class that holds the information from a Identity Provider like Facebook or Twitter.
|
UserProfile |
Class that holds the information of a user's profile in Auth0.
|