On 11 Nov,2014, at 12:18 , Bruno Oliveira <bruno@abstractj.org> wrote:

So the idea is to make use of implicit grants like JS does, right? And
this is what you're suggesting
https://docs.auth0.com/native-platforms/cordova ?


Right, but then it will be a plugin that will be combine these things so that there are no manual steps needed so after installing the plugin you could do:

.then(function (result) {
console.log(result);
}, function (error) {
alert(error);
});