C# Class capturesampleapp.OauthService

Mostrar archivo Open project: janrain/PSE-NET-MVC-Capture-Sample-App

Public Methods

Method Description
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

Method Details

NewAccessToken() public static method

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

RefreshAccessToken() public static method

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

captureProfileSync() public static method

public static captureProfileSync ( ) : string
return string

getCurrentSessionAccessToken() public static method

public static getCurrentSessionAccessToken ( ) : string
return string

getCurrentSessionExpiresIn() public static method

public static getCurrentSessionExpiresIn ( ) : System.DateTime
return System.DateTime

getCurrentSessionRefreshToken() public static method

public static getCurrentSessionRefreshToken ( ) : string
return string

getPasswordReset() public static method

public static getPasswordReset ( String token ) : String
token String
return String

getProfileEditor() public static method

public static getProfileEditor ( String token ) : String
token String
return String

getUserFromCapture() public static method

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

updateCaptureSession() public static method

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

updateUser() public static method

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