View Source
Class BackOfficeClaimsIdentityFactory<T>
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class BackOfficeClaimsIdentityFactory<T> : ClaimsIdentityFactory<T, int> where T : BackOfficeIdentityUser
Type Parameters
Constructors
View Source
BackOfficeClaimsIdentityFactory()
Declaration
public BackOfficeClaimsIdentityFactory()
Methods
View Source
CreateAsync(UserManager<T, Int32>, T, String)
Create a ClaimsIdentity from a user
Declaration
public override async Task<ClaimsIdentity> CreateAsync(UserManager<T, int> manager, T user, string authenticationType)
Parameters
Type |
Name |
Description |
UserManager<T, System.Int32> |
manager |
|
T |
user |
|
System.String |
authenticationType |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity> |
|