Method | Description | |
---|---|---|
ChangeAuthentication ( IAuthentication authentication ) : void |
Updates the authentication that this Client uses.
|
|
Imgur ( IAuthentication authentication ) : System |
Creates a new instance of the Imgur Client, that can be passed into Endpoints
|
public ChangeAuthentication ( IAuthentication authentication ) : void | ||
authentication | IAuthentication | The authentication to put into this Client. |
return | void |
public Imgur ( IAuthentication authentication ) : System | ||
authentication | IAuthentication | Your authentication. |
return | System |