Skip to content

Instantly share code, notes, and snippets.

@cidaas-samples
Created May 4, 2021 12:58
Show Gist options
  • Save cidaas-samples/f03698bea029ec677537df19dbbb8fde to your computer and use it in GitHub Desktop.
Save cidaas-samples/f03698bea029ec677537df19dbbb8fde to your computer and use it in GitHub Desktop.
cidaas.loginCallback().then(function (response) {
console.log(response);
}).catch(function (ex) {
console.log(ex);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment