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