You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Database & Active Directory / LDAP Authentication](https://docs.auth0.com/auth-api#db-and-ad)
* Auth0Client - class with Auth0 API's, right now only login
* Auth0DADLoginTask - AsyncTask for convinient usage in activities, to use it - it's necessary create inhereted class from Auth0DADLoginTask & declare few methods
* IAuth0Logger - in case if you have your own Logging system, it's possible to redirect all log messages to your subsystem, to do it, it's necessary to add `implements IAuth0Logger` to your logging class (example of usage you can find in reference [`app`](http://github.com/vanatka/auth0client/app))