메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public Imgur ( IAuthentication authentication ) : System | ||
authentication | IAuthentication | Your authentication. |
리턴 | System |