Configurations.CreateRoles Method
public static Task CreateRoles(
IServiceProvider serviceProvider,
FPTVContext _context,
IUserStore<UserBase> _userStore,
IUserEmailStore<UserBase> _emailStore,
IWebHostEnvironment env
)
This language is not supported or no code example is available.
Parameters
- serviceProvider
- IServiceProvider
The service provider.
- _context
- FPTVContext
The context.
- _userStore
- IUserStore<UserBase>
The user store.
- _emailStore
- IUserEmailStore<UserBase>
The email store.
The environment.
Return Value
TaskA Task representing the asynchronous operation.