interface IAuthenticationSignInHandler
cangjie
public interface IAuthenticationSignInHandler功能:定义支持登录操作的身份验证处理器。
成员概览
| 成员 | 功能 |
|---|---|
| func signIn(ClaimsPrincipal, ?AuthenticationProperties) | 执行登录处理。 |
func signIn(ClaimsPrincipal, ?AuthenticationProperties)
cangjie
func signIn(user: ClaimsPrincipal, properties: ?AuthenticationProperties): Unit功能:执行登录处理。
参数:
- user: ClaimsPrincipal - 待登录的用户主体。
- properties: ?AuthenticationProperties - 登录时附带的属性。
返回值:
Unit