Good day.
I replaced operational web OAuth 2.0 Client to web client created by firebase.
- on project setting i replaced client id and client secret.
- on google play games setup/ android setup i replaced web client id too.
- I removed from this web client all Authorized redirect URIs
- resolved dependences of course
But I’ve got this error:
Unity.Services.Authentication.WebRequestException: {“detail”:“unable to validate token”,“details”:,“status”:401,“title”:“PERMISSION_DENIED”}
Returning the old Client web fixed situation.
What I do wrong?