C# Class BrockAllen.OAuth2.LiveProvider

Inheritance: BrockAllen.OAuth2.Provider
Mostra file Open project: brockallen/BrockAllen.OAuth2 Class Usage Examples

Private Properties

Property Type Description
LiveProvider System

Public Methods

Method Description
LiveProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParameters = null ) : System

Protected Methods

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

Private Methods

Method Description
LiveProvider ( ) : System

Method Details

GetClaimsFromProfile() protected method

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

LiveProvider() public method

public LiveProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParameters = null ) : System
clientID string
clientSecret string
scope string
additionalParameters System.Collections.Specialized.NameValueCollection
return System