Show / Hide Table of Contents

    Interface IDanglIdentitySignInManager

    This interfaces describes a sign in manager that delegates to Dangl.Identity via the ResourceOwnerPasswordGrant

    Namespace: Dangl.Identity.Client.Mvc
    Assembly: Dangl.Identity.Client.Mvc.dll
    Syntax
    public interface IDanglIdentitySignInManager

    Methods

    | Improve this Doc View Source

    PasswordSignInAsync(String, String, Boolean)

    Will try to perform a ResourceOwnerPasswordGrant against Dangl.Identity

    Declaration
    Task<SignInResult> PasswordSignInAsync(string identifier, string password, bool isPersistent)
    Parameters
    Type Name Description
    System.String identifier
    System.String password
    System.Boolean isPersistent
    Returns
    Type Description
    Task<SignInResult>

    Extension Methods

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