24 references to InteractionType
Microsoft.AspNetCore.Components.WebAssembly.Authentication (24)
_generated\1\InteractiveRequestOptionsSerializerContext.InteractionType.g.cs (10)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
>? _InteractionType;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
> InteractionType
22
get => _InteractionType ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
> Create_InteractionType(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
> jsonTypeInfo))
29
global::System.Text.Json.Serialization.JsonConverter converter = ExpandConverter(typeof(global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
), new global::System.Text.Json.Serialization.JsonStringEnumConverter<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
>(), options);
30
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
> (options, converter);
_generated\10\InteractiveRequestOptionsSerializerContext.GetJsonTypeInfo.g.cs (1)
22
if (type == typeof(global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
))
_generated\3\InteractiveRequestOptionsSerializerContext.OptionsRecord.g.cs (4)
97
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
>
112
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions.Converter.OptionsRecord).GetProperty("Interaction", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
), global::System.Array.Empty<global::System.Type>(), null),
115
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
>(options, info2);
162
private static extern void __set_OptionsRecord_Interaction(ref global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions.Converter.OptionsRecord obj, global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.
InteractionType
value);
Models\InteractionType.cs (1)
11
[JsonConverter(typeof(JsonStringEnumConverter<
InteractionType
>))]
Models\InteractiveRequestOptions.cs (3)
20
public required
InteractionType
Interaction { get; init; }
127
public
InteractionType
Interaction { get; init; }
135
InteractionType
interaction,
NavigationManagerExtensions.cs (2)
41
Interaction =
InteractionType
.SignOut,
80
Interaction =
InteractionType
.SignIn,
RemoteAuthenticatorViewCore.cs (1)
379
return GetCachedNavigationState()?.Interaction ==
InteractionType
.SignOut;
Services\RemoteAuthenticationService.cs (2)
145
Interaction =
InteractionType
.GetToken,
167
Interaction =
InteractionType
.GetToken,