C# 클래스 QuickWebApi.WebApiAccessToken

파일 보기 프로젝트 열기: winhu/webapiclient

공개 메소드들

메소드 설명
Expired ( string prefix = null ) : bool
GetAuthentication ( ) : string>[].KeyValuePair
WebApiAccessToken ( string syscode, string appkey, string targetcode ) : System

메소드 상세

Expired() 공개 메소드

public Expired ( string prefix = null ) : bool
prefix string
리턴 bool

GetAuthentication() 공개 메소드

public GetAuthentication ( ) : string>[].KeyValuePair
리턴 string>[].KeyValuePair

WebApiAccessToken() 공개 메소드

public WebApiAccessToken ( string syscode, string appkey, string targetcode ) : System
syscode string
appkey string
targetcode string
리턴 System