BoxKite.Twitter.Extensions.TwitterApi.OAuth2TokenUrl C# (CSharp) Method

OAuth2TokenUrl() public static method

public static OAuth2TokenUrl ( ) : string
return string
        public static string OAuth2TokenUrl() { return "https://api.twitter.com/oauth2/token"; }
        public static string OAuth2TokenRevokeUrl() { return "https://api.twitter.com/oauth2/invalidate_token"; }