Click or drag to resize

GmailOAuthRevokeToken Method

Revokes access for specified token (retrieved using GetXOAuthKeyForImap or GetXOAuthKeyForSmtp method)

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void RevokeToken(
	string oauthImapKey
)

Parameters

oauthImapKey  String
Token to revoke access for.
See Also