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)功能:创建一个登出身份验证处理器基类实例。
参数:
- optionsMonitor: IOptionsMonitor<TOptions> - 方案选项监视器。
- logFactory: ILoggerFactory - 日志工厂。
func signOut(?AuthenticationProperties)
cangjie
public open func signOut(properties: ?AuthenticationProperties): Unit功能:执行登出处理。
参数:
- properties: ?AuthenticationProperties - 登出附带属性。
返回值:
Unit