C# Class BrockAllen.OAuth2.LinkedInProvider

Inheritance: BrockAllen.OAuth2.Provider
Afficher le fichier Open project: brockallen/BrockAllen.OAuth2 Class Usage Examples

Private Properties

Свойство Type Description
AdditionalParameters System.Collections.Specialized.NameValueCollection
LinkedInProvider Newtonsoft.Json

Méthodes publiques

Méthode Description
LinkedInProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParams = null ) : Newtonsoft.Json

Méthodes protégées

Méthode Description
GetClaimsFromProfile ( object>.Dictionary profile ) : IEnumerable

Private Methods

Méthode Description
AdditionalParameters ( NameValueCollection additionalParams ) : NameValueCollection
LinkedInProvider ( ) : Newtonsoft.Json

Method Details

GetClaimsFromProfile() protected méthode

protected GetClaimsFromProfile ( object>.Dictionary profile ) : IEnumerable
profile object>.Dictionary
Résultat IEnumerable

LinkedInProvider() public méthode

public LinkedInProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParams = null ) : Newtonsoft.Json
clientID string
clientSecret string
scope string
additionalParams System.Collections.Specialized.NameValueCollection
Résultat Newtonsoft.Json