Token validation fail after replace it on google cloud services to another one

Good day.
I replaced operational web OAuth 2.0 Client to web client created by firebase.

  1. on project setting i replaced client id and client secret.
  2. on google play games setup/ android setup i replaced web client id too.
  3. I removed from this web client all Authorized redirect URIs
  4. 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?