Class DanglIdentityAspNetIdentityLoginHandler
Inheritance
System.Object
DanglIdentityAspNetIdentityLoginHandler
Assembly: Dangl.Identity.Client.Mvc.dll
Syntax
public class DanglIdentityAspNetIdentityLoginHandler : DanglIdentityLoginHandler, IDanglIdentityAspNetIdentityLoginHandler
Constructors
|
Improve this Doc
View Source
DanglIdentityAspNetIdentityLoginHandler(IDanglIdentityConfig, IUserInfoUpdater, DanglIdentityHttpClientAccessor, ILoggerFactory)
Declaration
public DanglIdentityAspNetIdentityLoginHandler(IDanglIdentityConfig options, IUserInfoUpdater userInfoUpdater, DanglIdentityHttpClientAccessor danglIdentityHttpClientAccessor, ILoggerFactory loggerFactory = null)
Parameters
Methods
|
Improve this Doc
View Source
LoginAndUpdateUserDetailsAsync(String, String)
Will login and update the user
Declaration
public Task<TokenResponse> LoginAndUpdateUserDetailsAsync(string identifier, string password)
Parameters
| Type |
Name |
Description |
| System.String |
identifier |
|
| System.String |
password |
|
Returns
| Type |
Description |
| Task<TokenResponse> |
|
|
Improve this Doc
View Source
RefreshAndUpdateUserDetailsAsync(String)
Will refresh the user via the refresh token and update the user
Declaration
public Task<TokenResponse> RefreshAndUpdateUserDetailsAsync(string refreshToken)
Parameters
| Type |
Name |
Description |
| System.String |
refreshToken |
|
Returns
| Type |
Description |
| Task<TokenResponse> |
|
Implements
Extension Methods