We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I call the invalidateToken() function with options:
invalidateToken()
{ clientId: 'invalid-id', clientSecret: 'invalid-secret', token: '<token>' }
The token gets revoked even though the clientId and clientSecret fields are wrong.
clientId
clientSecret
So it seems, that Apigee does not check the client credentials for some reason.
The text was updated successfully, but these errors were encountered:
tests to verify invalidateToken issue #112
ca27bac
No branches or pull requests
When I call the
invalidateToken()
function with options:The token gets revoked even though the
clientId
andclientSecret
fields are wrong.So it seems, that Apigee does not check the client credentials for some reason.
The text was updated successfully, but these errors were encountered: