createAuth0Client function
Creates the Auth0 client.
Implementation
Future<Auth0> createAuth0Client(Auth0ClientOptions options) {
return promiseToFuture(_createAuth0Client(options))
.then((auth0js) => Auth0._(auth0js));
}
Creates the Auth0 client.
Future<Auth0> createAuth0Client(Auth0ClientOptions options) {
return promiseToFuture(_createAuth0Client(options))
.then((auth0js) => Auth0._(auth0js));
}