Apple SignIn: Invalid Grant

Hi,

We did all the configuration as requested in documentation for Apple SignIn, Sign In from app is happening properly but when we are trying to verify token with Backend. We are getting below Error from Service

{ "error": "invalid_grant", "error_description": "The code has expired or has been revoked." }

Are we missing anything?