C# 클래스 KidoZen.KZApplication

파일 보기 프로젝트 열기: kidozen/kido-xamarin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PassiveAuthenticationInformation string>.Dictionary

공개 메소드들

메소드 설명
Authenticate ( string user, string password, string provider = "default" ) : Task

Authenticates an user using an identity procider

GetDeviceUniqueID ( ) : string

Returns the unique ID for the device

Initialize ( ) : Task
KZApplication ( string marketPlaceUri, string name, String appicationKey ) : System
SendByServiceBus ( Uri url, string method = "GET", Stream content = null, string>.Dictionary headers = null, bool secured = true, TimeSpan timeout = null, bool cache = false ) : Task>
SignOut ( ) : void

비공개 메소드들

메소드 설명
AllocServices ( Newtonsoft.Json.Linq.JObject config ) : void
ByteArrayToHex ( byte barray ) : string

메소드 상세

Authenticate() 공개 메소드

Authenticates an user using an identity procider
public Authenticate ( string user, string password, string provider = "default" ) : Task
user string User's name
password string User's password
provider string Provider name
리턴 Task

GetDeviceUniqueID() 공개 정적인 메소드

Returns the unique ID for the device
public static GetDeviceUniqueID ( ) : string
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : Task
리턴 Task

KZApplication() 공개 메소드

public KZApplication ( string marketPlaceUri, string name, String appicationKey ) : System
marketPlaceUri string
name string
appicationKey String
리턴 System

SendByServiceBus() 공개 메소드

public SendByServiceBus ( Uri url, string method = "GET", Stream content = null, string>.Dictionary headers = null, bool secured = true, TimeSpan timeout = null, bool cache = false ) : Task>
url Uri
method string
content Stream
headers string>.Dictionary
secured bool
timeout TimeSpan
cache bool
리턴 Task>

SignOut() 공개 메소드

public SignOut ( ) : void
리턴 void

프로퍼티 상세

PassiveAuthenticationInformation 공개적으로 프로퍼티

public Dictionary PassiveAuthenticationInformation
리턴 string>.Dictionary