Basic implementation of AuthenticationStateProvider More...
Public Member Functions | |
| CslaAuthenticationStateProvider () | |
| Creates an instance of the type. More... | |
| override Task< AuthenticationState > | GetAuthenticationStateAsync () |
| Gets the authentication state. More... | |
| void | SetPrincipal (ClaimsPrincipal principal) |
| Sets the principal representing the current user identity. More... | |
Basic implementation of AuthenticationStateProvider
Definition at line 17 of file CslaAuthenticationStateProvider.cs.
| Csla.Blazor.Authentication.CslaAuthenticationStateProvider.CslaAuthenticationStateProvider | ( | ) |
Creates an instance of the type.
Definition at line 22 of file CslaAuthenticationStateProvider.cs.
| override Task< AuthenticationState > Csla.Blazor.Authentication.CslaAuthenticationStateProvider.GetAuthenticationStateAsync | ( | ) |
Gets the authentication state.
Definition at line 33 of file CslaAuthenticationStateProvider.cs.
| void Csla.Blazor.Authentication.CslaAuthenticationStateProvider.SetPrincipal | ( | ClaimsPrincipal | principal | ) |
Sets the principal representing the current user identity.
| principal | ClaimsPrincipal instance |
Definition at line 42 of file CslaAuthenticationStateProvider.cs.