Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Microsoft.​AspNetCore.​Authentication.​IAuthenticationSignInHandler
Assembly: Microsoft.AspNetCore.Authentication.Abstractions
Implemented Interfaces
- IAuthenticationSignOutHandler (Inherits: IAuthenticationHandler)
Used to determine if a handler supports SignIn.
Methods
SignInAsync​(System.​Security.​Claims.​ClaimsPrincipal user,
AuthenticationProperties? properties)
Handle sign in.
Returns A task.
user
The <see cref="T:System.Security.Claims.ClaimsPrincipal" /> user.
properties
The <see cref="T:Microsoft.AspNetCore.Authentication.AuthenticationProperties" /> that contains the extra meta-data arriving with the authentication.