| GoogleApiRevokeToken Method |
Revokes specified token.
Namespace:
Limilabs.Client.Authentication.Google
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public void RevokeToken(
string token
)
Public Sub RevokeToken (
token As String
)
public:
void RevokeToken(
String^ token
)
member RevokeToken :
token : string -> unit
Parameters
- token
- Type: SystemString
Token to revoke.
See Also