C# Class SimpleAuth.Providers.ADFSApi

Inheritance: OAuthApi
Show file Open project: Clancey/SimpleAuth

Private Properties

Property Type Description

Public Methods

Method Description
ADFSApi ( string identifier, string clientId, string authorizeUrl, string tokenUrl, string resource, string redirectUrl = "http://localhost", HttpMessageHandler handler = null ) : System

Protected Methods

Method Description
CreateAuthenticator ( ) : WebAuthenticator
PerformAuthenticate ( ) : Task

Method Details

ADFSApi() public method

public ADFSApi ( string identifier, string clientId, string authorizeUrl, string tokenUrl, string resource, string redirectUrl = "http://localhost", HttpMessageHandler handler = null ) : System
identifier string
clientId string
authorizeUrl string
tokenUrl string
resource string
redirectUrl string
handler System.Net.Http.HttpMessageHandler
return System

CreateAuthenticator() protected method

protected CreateAuthenticator ( ) : WebAuthenticator
return WebAuthenticator

PerformAuthenticate() protected method

protected PerformAuthenticate ( ) : Task
return Task