Show / Hide Table of Contents

    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 Source

    SignInUserAsync(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

    Extension Methods

    ObjectExtensions.Clone<T>(T)
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH