On the Android App, I managed to retrieve the token using AGConnectAuth. Now I would like to verify that token on the server-side using PHP. Any idea?
I tried call https://oauth-login.cloud.huawei.com/oauth2/v3/tokeninfo with the param id_token=eyJhbGciOiJQUzI1NiIsImtpZCI6IXXX and it's returning the following error:
{
"sub_error": 14004,
"error_description": "",
"error": 1400
}