BoxKite.Twitter.Extensions.TwitterApi.OAuth2TokenRevokeUrl C# (CSharp) Méthode

OAuth2TokenRevokeUrl() public static méthode

public static OAuth2TokenRevokeUrl ( ) : string
Résultat string
        public static string OAuth2TokenRevokeUrl() { return "https://api.twitter.com/oauth2/invalidate_token"; }
        public static string SafeURLEncodeChars() { return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.~"; }