C# Class ReviewR.Web.Services.Authenticators.FacebookAuthenticator

Inheritance: Authenticator
Mostra file Open project: anurse/ReviewR Class Usage Examples

Public Methods

Method Description
GetAppId ( ISettings appSettings ) : string

Protected Methods

Method Description
ParseResponse ( string jsonResponse ) : UserInfo

Method Details

GetAppId() public method

public GetAppId ( ISettings appSettings ) : string
appSettings ISettings
return string

ParseResponse() protected method

protected ParseResponse ( string jsonResponse ) : UserInfo
jsonResponse string
return ReviewR.Web.Models.UserInfo