C# Class BrockAllen.OAuth2.GoogleProvider

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

Private Properties

Property Type Description
GoogleProvider System

Public Methods

Method Description
GoogleProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParams = null ) : System

Private Methods

Method Description
GoogleProvider ( ) : System

Method Details

GoogleProvider() public method

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