Method | Description | |
---|---|---|
SetOAuth2Token ( IOAuth2Token oAuth2Token ) : void |
Sets the oAuth2Token to be used.
|
Method | Description | |
---|---|---|
ApiClientBase ( string clientId ) : System |
Initializes a new instance of the ApiClientBase class.
|
|
ApiClientBase ( string clientId, IOAuth2Token oAuth2Token ) : System |
Initializes a new instance of the ApiClientBase class.
|
|
ApiClientBase ( string clientId, string clientSecret ) : System |
Initializes a new instance of the ApiClientBase class.
|
|
ApiClientBase ( string clientId, string clientSecret, IOAuth2Token oAuth2Token ) : System |
Initializes a new instance of the ApiClientBase class.
|
Method | Description | |
---|---|---|
ApiClientBase ( ) : System |
Initializes a new instance of the ApiClientBase class.
|
protected ApiClientBase ( string clientId ) : System | ||
clientId | string | The Imgur app's ClientId. |
return | System |
protected ApiClientBase ( string clientId, IOAuth2Token oAuth2Token ) : System | ||
clientId | string | The Imgur app's ClientId. |
oAuth2Token | IOAuth2Token | OAuth2 credentials. |
return | System |
protected ApiClientBase ( string clientId, string clientSecret ) : System | ||
clientId | string | The Imgur app's ClientId. |
clientSecret | string | The Imgur app's ClientSecret. |
return | System |
protected ApiClientBase ( string clientId, string clientSecret, IOAuth2Token oAuth2Token ) : System | ||
clientId | string | The Imgur app's ClientId. |
clientSecret | string | The Imgur app's ClientSecret. |
oAuth2Token | IOAuth2Token | OAuth2 credentials. |
return | System |
public SetOAuth2Token ( IOAuth2Token oAuth2Token ) : void | ||
oAuth2Token | IOAuth2Token | See |
return | void |