C# Class SimpleAuth.Providers.MicrosoftLiveConnectApi

Inheritance: OAuthApi
Afficher le fichier Open project: Clancey/SimpleAuth

Méthodes publiques

Méthode Description
MicrosoftLiveConnectApi ( string identifier, string clientId, string clientSecret, string redirectUrl = "http://localhost/", HttpMessageHandler handler = null ) : System

Méthodes protégées

Méthode Description
CreateAuthenticator ( ) : WebAuthenticator

Method Details

CreateAuthenticator() protected méthode

protected CreateAuthenticator ( ) : WebAuthenticator
Résultat WebAuthenticator

MicrosoftLiveConnectApi() public méthode

public MicrosoftLiveConnectApi ( string identifier, string clientId, string clientSecret, string redirectUrl = "http://localhost/", HttpMessageHandler handler = null ) : System
identifier string
clientId string
clientSecret string
redirectUrl string
handler System.Net.Http.HttpMessageHandler
Résultat System