Index: Src/GoogleApis.Auth/OAuth2/GoogleConsts.cs =================================================================== --- a/Src/GoogleApis.Auth/OAuth2/GoogleConsts.cs +++ b/Src/GoogleApis.Auth/OAuth2/GoogleConsts.cs @@ -28,6 +28,9 @@ /// The authorization token server URL public const string TokenUrl = "https://accounts.google.com/o/oauth2/token"; + /// The path to the Google revocation endpoint. + public const string RevokeTokenUrl = "https://accounts.google.com/o/oauth2/revoke"; + /// Installed application redirect URI. public const string InstalledAppRedirectUri = "urn:ietf:wg:oauth:2.0:oob";