BoxKite.Twitter.Extensions.TwitterApi.OAuth2TokenRevokeUrl C# (CSharp) 메소드

OAuth2TokenRevokeUrl() 공개 정적인 메소드

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