## Auth0 Identity

This SDK is responsible for interacting with the Auth0 Identity APIs. It will manage login, logout and refreshing user sessions, as well as maintain a user accessToken for interacting with other Arc APIs.

### Authentication

- Properties
  - [[userIdentity]]
- Methods
  - [[handleLoginRedirect]]
  - [[extendSession]]
  - [[logout]]
  - [[initAuth0]]
  - [[isLoggedIn]]
