Method | Description | |
---|---|---|
Authenticate ( IRequest request ) : AuthenticationResult | ||
BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System | ||
Challenge ( IResponse response ) : void |
Method | Description | |
---|---|---|
ExtractBasicHeader ( string value ) : |
public Authenticate ( IRequest request ) : AuthenticationResult | ||
request | IRequest | |
return | AuthenticationResult |
public BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System | ||
basicAuthenticator | IBasicAuthenticator | |
return | System |
public Challenge ( IResponse response ) : void | ||
response | IResponse | |
return | void |