C# 클래스 capturesampleapp.OauthService

파일 보기 프로젝트 열기: janrain/PSE-NET-MVC-Capture-Sample-App

공개 메소드들

메소드 설명
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

메소드 상세

NewAccessToken() 공개 정적인 메소드

public static NewAccessToken ( String auth_code, String redirect_uri ) : Newtonsoft.Json.Linq.JObject
auth_code String
redirect_uri String
리턴 Newtonsoft.Json.Linq.JObject

RefreshAccessToken() 공개 정적인 메소드

public static RefreshAccessToken ( String refresh_token ) : Newtonsoft.Json.Linq.JObject
refresh_token String
리턴 Newtonsoft.Json.Linq.JObject

captureProfileSync() 공개 정적인 메소드

public static captureProfileSync ( ) : string
리턴 string

getCurrentSessionAccessToken() 공개 정적인 메소드

public static getCurrentSessionAccessToken ( ) : string
리턴 string

getCurrentSessionExpiresIn() 공개 정적인 메소드

public static getCurrentSessionExpiresIn ( ) : System.DateTime
리턴 System.DateTime

getCurrentSessionRefreshToken() 공개 정적인 메소드

public static getCurrentSessionRefreshToken ( ) : string
리턴 string

getPasswordReset() 공개 정적인 메소드

public static getPasswordReset ( String token ) : String
token String
리턴 String

getProfileEditor() 공개 정적인 메소드

public static getProfileEditor ( String token ) : String
token String
리턴 String

getUserFromCapture() 공개 정적인 메소드

public static getUserFromCapture ( String token ) : Newtonsoft.Json.Linq.JObject
token String
리턴 Newtonsoft.Json.Linq.JObject

updateCaptureSession() 공개 정적인 메소드

public static updateCaptureSession ( Newtonsoft.Json.Linq.JObject json_data ) : string>.Dictionary
json_data Newtonsoft.Json.Linq.JObject
리턴 string>.Dictionary

updateUser() 공개 정적인 메소드

public static updateUser ( Newtonsoft.Json.Linq.JObject json_data ) : bool
json_data Newtonsoft.Json.Linq.JObject
리턴 bool