Skip to content

class SignOutAuthenticationHandler

cangjie
public abstract class SignOutAuthenticationHandler<TOptions> <: AuthenticationHandler<TOptions> & IAuthenticationSignOutHandler where TOptions <: AuthenticationSchemeOptions

功能:提供支持登出流程的身份验证处理器基类。

父类型:

成员概览

成员功能
init(IOptionsMonitor<TOptions>, ILoggerFactory)创建一个登出身份验证处理器基类实例。
func signOut(?AuthenticationProperties)执行登出处理。

init(IOptionsMonitor<TOptions>, ILoggerFactory)

cangjie
protected init(optionsMonitor: IOptionsMonitor<TOptions>, logFactory: ILoggerFactory)

功能:创建一个登出身份验证处理器基类实例。

参数:

func signOut(?AuthenticationProperties)

cangjie
public open func signOut(properties: ?AuthenticationProperties): Unit

功能:执行登出处理。

参数:

返回值:

  • Unit