메소드 | 설명 | |
---|---|---|
Authenticate ( |
An authentication response have been received from the web browser. Check if it's correct
|
|
BasicAuthentication ( IUserProvider userProvider ) : System | ||
CreateChallenge ( string realm ) : IHeader |
Create a response that can be sent in the WWW-Authenticate header.
|
public Authenticate ( |
||
header | Authorization header | |
realm | string | Realm that should be authenticated |
httpVerb | string | GET/POST/PUT/DELETE etc. |
리턴 | IAuthenticationUser |
public BasicAuthentication ( IUserProvider userProvider ) : System | ||
userProvider | IUserProvider | |
리턴 | System |
public CreateChallenge ( string realm ) : IHeader | ||
realm | string | Realm that the user should authenticate in |
리턴 | IHeader |