7 references to Action
Microsoft.AspNetCore.Components.WebAssembly.Authentication (7)
RemoteAuthenticatorViewCore.cs (7)
115
switch (
Action
)
145
throw new InvalidOperationException($"Invalid action '{
Action
}'.");
152
if (_lastHandledAction ==
Action
)
158
_lastHandledAction =
Action
;
159
Log.ProcessingAuthenticatorAction(Logger,
Action
);
160
switch (
Action
)
203
throw new InvalidOperationException($"Invalid action '{
Action
}'.");