1 write to AuthenticationState
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticatorView.cs (1)
15
public RemoteAuthenticatorView() =>
AuthenticationState
= new RemoteAuthenticationState();
4 references to AuthenticationState
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
RemoteAuthenticatorViewCore.cs (4)
209
AuthenticationState
.ReturnUrl = returnUrl;
213
State =
AuthenticationState
,
288
AuthenticationState
.ReturnUrl = returnUrl;
297
State =
AuthenticationState
,