invalidate Token
Allows a registered application to revoke an issued OAuth access_token by presenting its client credentials. Once an access_token has been invalidated, new creation attempts will yield a different Access Token and usage of the invalidated token will no longer be allowed.
Receiver
OAuth endpoint instance.
Return
JsonObjectApiAction for OAuthToken model.
Parameters
The access_token of user to be invalidated.
The access_token_secret of user to be invalidated.
Optional. Custom parameters of this request.
Allows a registered application to revoke an issued OAuth access_token by presenting its client credentials. Once an access_token has been invalidated, new creation attempts will yield a different Access Token and usage of the invalidated token will no longer be allowed.
Receiver
OAuth endpoint instance.
Return
JsonObjectApiAction for OAuthToken model.
Parameters
Optional. Custom parameters of this request.
Shorthand property to OAuth.invalidateToken.