C# 클래스 SimpleAuth.Providers.ADFSApi

상속: OAuthApi
파일 보기 프로젝트 열기: Clancey/SimpleAuth

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ADFSApi ( string identifier, string clientId, string authorizeUrl, string tokenUrl, string resource, string redirectUrl = "http://localhost", HttpMessageHandler handler = null ) : System

보호된 메소드들

메소드 설명
CreateAuthenticator ( ) : WebAuthenticator
PerformAuthenticate ( ) : Task

메소드 상세

ADFSApi() 공개 메소드

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
리턴 System

CreateAuthenticator() 보호된 메소드

protected CreateAuthenticator ( ) : WebAuthenticator
리턴 WebAuthenticator

PerformAuthenticate() 보호된 메소드

protected PerformAuthenticate ( ) : Task
리턴 Task