validate
Called when the OAuth2Client receives a Token response.
This should throw an Exception if the token is invalid.
Parameters
client
the OAuth2Client that made the Token request.
accessToken
the access token from the Token response.
Called when the OAuth2Client receives a Token response.
This should throw an Exception if the token is invalid.
the OAuth2Client that made the Token request.
the access token from the Token response.