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

Inheritance: Authenticator
Afficher le fichier Open project: anurse/ReviewR

Méthodes publiques

Méthode Description
GetAppId ( ISettings appSettings ) : string

Méthodes protégées

Méthode Description
ParseResponse ( string jsonResponse ) : UserInfo

Method Details

GetAppId() public méthode

public GetAppId ( ISettings appSettings ) : string
appSettings ISettings
Résultat string

ParseResponse() protected méthode

protected ParseResponse ( string jsonResponse ) : UserInfo
jsonResponse string
Résultat ReviewR.Web.Models.UserInfo