C# 클래스 SimpleAuth.BasicAuthAuthenticator

상속: Authenticator
파일 보기 프로젝트 열기: Clancey/SimpleAuth 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
client System.Net.Http.HttpClient
loginUrl string

공개 메소드들

메소드 설명
BasicAuthAuthenticator ( HttpClient client, string loginUrl ) : System
CheckCredentails ( string username, string password ) : Task

메소드 상세

BasicAuthAuthenticator() 공개 메소드

public BasicAuthAuthenticator ( HttpClient client, string loginUrl ) : System
client System.Net.Http.HttpClient
loginUrl string
리턴 System

CheckCredentails() 공개 메소드

public CheckCredentails ( string username, string password ) : Task
username string
password string
리턴 Task

프로퍼티 상세

client 보호되어 있는 프로퍼티

protected HttpClient,System.Net.Http client
리턴 System.Net.Http.HttpClient

loginUrl 보호되어 있는 프로퍼티

protected string loginUrl
리턴 string