C# 클래스 ImgurNet.Authentication.ClientAuthentication

상속: IAuthentication
파일 보기 프로젝트 열기: 0xdeafcafe/ImgurNet 1 사용 예제들

공개 메소드들

메소드 설명
ClientAuthentication ( string clientId, bool checkRateLimit ) : ImgurNet.Models

Creates a new Imgur Authorization based off of a client's ClientId.

메소드 상세

ClientAuthentication() 공개 메소드

Creates a new Imgur Authorization based off of a client's ClientId.
public ClientAuthentication ( string clientId, bool checkRateLimit ) : ImgurNet.Models
clientId string The ClientId of your imgur client. Create one here (https://api.imgur.com/oauth2/addclient).
checkRateLimit bool Check, and load into the model, the current ratelimit status of your client.
리턴 ImgurNet.Models