Replies: 3 comments
-
I spent some more time and I think there are two meaning of the term "callback"
Does this callback closer to postback? I traiced back the callback and it is actually a function which is not passed in the earlier step |
Beta Was this translation helpful? Give feedback.
-
More to the definition of the term callback from MDN which is not aligned with this use case (client.oauthCallback) https://developer.mozilla.org/en-US/docs/Glossary/Callback_function |
Beta Was this translation helpful? Give feedback.
-
Agree, this is very confusing. As a little extra, I also don't understand what URL this callback method is expecting, the docs are not clear. |
Beta Was this translation helpful? Give feedback.
-
I am new to oAuth, however I saw the draft of open-id and I did not understand where does the name of client.oauthCallback() is coming from. The name was a bit misleading at least for me. Should not be getToken or exchangeCodeWithToken for instance?
This function is not passed to us so to my understanding it is not a callback.
Beta Was this translation helpful? Give feedback.
All reactions