mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
OAuth refactoring, making Photobucket work.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2073 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
55f59b34f7
commit
8b8024e20c
5 changed files with 185 additions and 140 deletions
|
@ -40,10 +40,12 @@ namespace GreenshotPhotobucketPlugin {
|
|||
public bool UploadReduceColors;
|
||||
[IniProperty("UsePageLink", Description = "Use pagelink instead of direct link on the clipboard", DefaultValue = "False")]
|
||||
public bool UsePageLink;
|
||||
[IniProperty("PhotobucketToken", Description = "The Photobucket token", Encrypted=true, ExcludeIfNull=true)]
|
||||
public string PhotobucketToken;
|
||||
[IniProperty("PhotobucketTokenSecret", Description = "The Photobucket token secret", Encrypted=true, ExcludeIfNull=true)]
|
||||
public string PhotobucketTokenSecret;
|
||||
[IniProperty("Token", Description = "The Photobucket token", Encrypted=true, ExcludeIfNull=true)]
|
||||
public string Token;
|
||||
[IniProperty("TokenSecret", Description = "The Photobucket token secret", Encrypted=true, ExcludeIfNull=true)]
|
||||
public string TokenSecret;
|
||||
[IniProperty("SubDomain", Description = "The Photobucket api subdomain", Encrypted = true, ExcludeIfNull = true)]
|
||||
public string SubDomain;
|
||||
|
||||
public int Credits {
|
||||
get;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue