메소드 | 설명 | |
---|---|---|
Add ( IAuthenticator authenticator ) : void |
Add a authenticator.
|
|
Authenticate ( IRequest request ) : IAuthenticationUser |
Authenticate request. Requires that a |
|
CreateChallenge ( IResponse response, string realm ) : void |
Create a challenge header (WWW-authenticate) Scheme can currently be
|
public Add ( IAuthenticator authenticator ) : void | ||
authenticator | IAuthenticator | |
리턴 | void |
public Authenticate ( IRequest request ) : IAuthenticationUser | ||
request | IRequest | |
리턴 | IAuthenticationUser |
public CreateChallenge ( IResponse response, string realm ) : void | ||
response | IResponse | Response that the authentication header should be added to |
realm | string | Realm that the user should authenticate in |
리턴 | void |