After we log in with the login URL and the clientID, we are redirected to the configured URL in the OAuth method:
http://example.com/oauth/callback?code=my-authorization-code
The question is the following:
The code ?code=my-authorization-code, is different than the token.
- What is the expiry time for this authorization code?
- For each sesion (login) for the same user account, do we have a different authorization code, or is it always the same?
Thanks in advance for your help and answers.
Regards,
Jorge Negri