Revoke the refresh token for .Net-based thick clients
If a refresh token is provided when the authorization from the user is no longer required, then the refresh token should be revoked.
Use this call to revoke the refresh token:
_revokeToken(this.RefreshTokenTextBox.Text, OAuth2Constants.RefreshToken);