Related Models: User.cs
Related Interfaces:
IUserService.cs
Fields
| Field Name | Type | Description |
|---|---|---|
_dbContextFactory | IDbContextFactory<NumaContext> | DbContextFactory for instantiating instances of NumaContext on-demand |
_authenticationStateProvider | AuthenticationStateProvider | Provider for authentication state, registered in Program.cs |
Constructor
Properties
| Property Name | Type | Description |
|---|---|---|
CurrentUser | User? | Object to represent the state of the current user |
Methods
| Method Name | Description | Parameters | Return Type |
|---|---|---|---|
InitializeCurrentUserAsync | Initializes the value of CurrentUser | Task | |
GetOrCreateUserAsync | Gets or creates a new User from a ClaimsPrincipal | ClaimsPrincipal | Task<User> |
