Internal utility that decrypts the encrypted state payload using the
client's state_key, then validates freshness and client binding.
Arguments
- client
OAuthClient instance
- encrypted_payload
Encrypted state payload string received via the
statequery parameter.