C# 클래스 Huaban.UWP.Models.AuthToken

파일 보기 프로젝트 열기: dblleaf/Huaban 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
access_token String
expires_in int
refresh_token String
token_type String

공개 메소드들

메소드 설명
Parse ( string text, bool isRgx = false ) : AuthToken

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string text, bool isRgx = false ) : AuthToken
text string
isRgx bool
리턴 AuthToken

프로퍼티 상세

access_token 공개적으로 프로퍼티

public String access_token
리턴 String

expires_in 공개적으로 프로퍼티

public int expires_in
리턴 int

refresh_token 공개적으로 프로퍼티

public String refresh_token
리턴 String

token_type 공개적으로 프로퍼티

public String token_type
리턴 String