메소드 | 설명 | |
---|---|---|
NewAccessToken ( String auth_code, String redirect_uri ) : Newtonsoft.Json.Linq.JObject | ||
RefreshAccessToken ( String refresh_token ) : Newtonsoft.Json.Linq.JObject | ||
captureProfileSync ( ) : string | ||
getCurrentSessionAccessToken ( ) : string | ||
getCurrentSessionExpiresIn ( ) : System.DateTime | ||
getCurrentSessionRefreshToken ( ) : string | ||
getPasswordReset ( String token ) : String | ||
getProfileEditor ( String token ) : String | ||
getUserFromCapture ( String token ) : Newtonsoft.Json.Linq.JObject | ||
updateCaptureSession ( Newtonsoft.Json.Linq.JObject json_data ) : string>.Dictionary |
||
updateUser ( Newtonsoft.Json.Linq.JObject json_data ) : bool |
public static NewAccessToken ( String auth_code, String redirect_uri ) : Newtonsoft.Json.Linq.JObject | ||
auth_code | String | |
redirect_uri | String | |
리턴 | Newtonsoft.Json.Linq.JObject |
public static RefreshAccessToken ( String refresh_token ) : Newtonsoft.Json.Linq.JObject | ||
refresh_token | String | |
리턴 | Newtonsoft.Json.Linq.JObject |
public static getCurrentSessionAccessToken ( ) : string | ||
리턴 | string |
public static getCurrentSessionExpiresIn ( ) : System.DateTime | ||
리턴 | System.DateTime |
public static getCurrentSessionRefreshToken ( ) : string | ||
리턴 | string |
public static getPasswordReset ( String token ) : String | ||
token | String | |
리턴 | String |
public static getProfileEditor ( String token ) : String | ||
token | String | |
리턴 | String |
public static getUserFromCapture ( String token ) : Newtonsoft.Json.Linq.JObject | ||
token | String | |
리턴 | Newtonsoft.Json.Linq.JObject |
public static updateCaptureSession ( Newtonsoft.Json.Linq.JObject json_data ) : string>.Dictionary |
||
json_data | Newtonsoft.Json.Linq.JObject | |
리턴 | string>.Dictionary |
public static updateUser ( Newtonsoft.Json.Linq.JObject json_data ) : bool | ||
json_data | Newtonsoft.Json.Linq.JObject | |
리턴 | bool |