interface IAuthenticationRequestHandler
cangjie
public interface IAuthenticationRequestHandler <: IAuthenticationHandler功能:定义可直接处理当前请求的身份验证处理器。
父类型:
成员概览
| 成员 | 功能 |
|---|---|
| func handleRequest() | 处理当前请求。 |
func handleRequest()
cangjie
func handleRequest(): Bool功能:处理当前请求。
返回值:
Bool- 如果请求已被处理则返回 true。