get
https://wt-your-id.sandbox.auth0-extend.com/your-app/auth/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Get an authentication challenge transaction
$.get('https://yoursite.com/auth/', function(data) {
// returns a Mobius Auth challgenge transaction signed by
// app secret seed (in XDR format)
console.log(data);
});
