Interface ICookieSignInHelper
This interface performs a cookie based sign in with Asp.Net Identity
Namespace: Dangl.Identity.Client.Mvc
Assembly: Dangl.Identity.Client.Mvc.dll
Syntax
public interface ICookieSignInHelper
Methods
| Improve this Doc View SourceSignInUserAsync(Guid, Boolean, List<Claim>)
Performs the sign in via Asp.Net Identitys SignInManager
Declaration
Task SignInUserAsync(Guid userId, bool isPersistent, List<Claim> claims)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | userId | |
| System.Boolean | isPersistent | |
| List<Claim> | claims | Additional claims coming usually from a Jwt token |
Returns
| Type | Description |
|---|---|
| Task |