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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
I am using Implicit Grant to obtain access_token. I found that the global callback function cannot be triggered while redirected to the redirect_uri. How to trigger the callback function or explicitly define the callback function name?
window.oauth2Callback = function (uri) {
...
...
}
The text was updated successfully, but these errors were encountered:
I am using
Implicit Grant
to obtain access_token. I found that the global callback function cannot be triggered while redirected to the redirect_uri. How to trigger the callback function or explicitly define the callback function name?The text was updated successfully, but these errors were encountered: