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