Skip to content

interface IAuthenticationRequestHandler

cangjie
public interface IAuthenticationRequestHandler <: IAuthenticationHandler

功能:定义可直接处理当前请求的身份验证处理器。

父类型:

成员概览

成员功能
func handleRequest()处理当前请求。

func handleRequest()

cangjie
func handleRequest(): Bool

功能:处理当前请求。

返回值:

  • Bool - 如果请求已被处理则返回 true。