7 references to Status
Microsoft.AspNetCore.Components.WebAssembly.Authentication (7)
RemoteAuthenticatorViewCore.cs (6)
217switch (result.Status) 240throw new InvalidOperationException($"Invalid authentication result status '{result.Status}'."); 248switch (result.Status) 275throw new InvalidOperationException($"Invalid authentication result status '{result.Status}'."); 300switch (result.Status) 336switch (result.Status)
Services\RemoteAuthenticationService.cs (1)
219if (result.Status == RemoteAuthenticationStatus.Success)