C# Class SimpleAuth.Providers.MicrosoftLiveConnectApi

Inheritance: OAuthApi
ファイルを表示 Open project: Clancey/SimpleAuth

Public Methods

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

Protected Methods

Method Description
CreateAuthenticator ( ) : WebAuthenticator

Method Details

CreateAuthenticator() protected method

protected CreateAuthenticator ( ) : WebAuthenticator
return WebAuthenticator

MicrosoftLiveConnectApi() public method

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
return System