5 writes to Interaction
Microsoft.AspNetCore.Components.WebAssembly.Authentication (5)
Models\InteractiveRequestOptions.cs (1)
104Interaction = requestOptions.Interaction,
NavigationManagerExtensions.cs (2)
41Interaction = InteractionType.SignOut, 80Interaction = InteractionType.SignIn,
Services\RemoteAuthenticationService.cs (2)
145Interaction = InteractionType.GetToken, 167Interaction = InteractionType.GetToken,
2 references to Interaction
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Models\InteractiveRequestOptions.cs (1)
114new OptionsRecord(value.ReturnUrl, value.Scopes, value.Interaction, value.AdditionalRequestParameters),
RemoteAuthenticatorViewCore.cs (1)
379return GetCachedNavigationState()?.Interaction == InteractionType.SignOut;