Skip to content

interface IAuthenticationSignInHandler

cangjie
public interface IAuthenticationSignInHandler

功能:定义支持登录操作的身份验证处理器。

成员概览

成员功能
func signIn(ClaimsPrincipal, ?AuthenticationProperties)执行登录处理。

func signIn(ClaimsPrincipal, ?AuthenticationProperties)

cangjie
func signIn(user: ClaimsPrincipal, properties: ?AuthenticationProperties): Unit

功能:执行登录处理。

参数:

返回值:

  • Unit