C# Class BrockAllen.OAuth2.LinkedInProvider

Inheritance: BrockAllen.OAuth2.Provider
Datei anzeigen Open project: brockallen/BrockAllen.OAuth2 Class Usage Examples

Private Properties

Property Type Description
AdditionalParameters System.Collections.Specialized.NameValueCollection
LinkedInProvider Newtonsoft.Json

Public Methods

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

Protected Methods

Method Description
GetClaimsFromProfile ( object>.Dictionary profile ) : IEnumerable

Private Methods

Method Description
AdditionalParameters ( NameValueCollection additionalParams ) : NameValueCollection
LinkedInProvider ( ) : Newtonsoft.Json

Method Details

GetClaimsFromProfile() protected method

protected GetClaimsFromProfile ( object>.Dictionary profile ) : IEnumerable
profile object>.Dictionary
return IEnumerable

LinkedInProvider() public method

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