C# Class BrockAllen.OAuth2.GoogleProvider

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

Private Properties

Свойство Type Description
GoogleProvider System

Méthodes publiques

Méthode Description
GoogleProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParams = null ) : System

Private Methods

Méthode Description
GoogleProvider ( ) : System

Method Details

GoogleProvider() public méthode

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