Response Format Description
Returned Result
Add the code parameter to the end of redirect_uri in the request and redirect to the URI:
1 | https://User_domain_name/#/login?code=d6eda491b5b2166e16bd |
- If you are logged in, you will be redirected to the specified callback address with the code parameter when accessing this interface.
- If you are not logged in, the log-in authorization page is displayed when you access this interface. After you complete the log-in authorization, you will be redirected to the specified callback address with the code parameter.
Parent topic: Obtaining authorization_code