C# Class SimpleAuth.Providers.ADFSApi

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateAuthenticator ( ) : WebAuthenticator
PerformAuthenticate ( ) : Task

Method Details

ADFSApi() public méthode

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
Résultat System

CreateAuthenticator() protected méthode

protected CreateAuthenticator ( ) : WebAuthenticator
Résultat WebAuthenticator

PerformAuthenticate() protected méthode

protected PerformAuthenticate ( ) : Task
Résultat Task