2 instantiations of SessionInstruction
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (1)
34
ObjectCreator = () => new global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
(),
DeviceBoundSessionHandler.cs (1)
298
return new
SessionInstruction
46 references to SessionInstruction
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (46)
_generated\11\DeviceBoundSessionJsonContext.GetJsonTypeInfo.g.cs (1)
33
if (type == typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
))
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (41)
16
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
>? _SessionInstruction;
22
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
> SessionInstruction
25
get => _SessionInstruction ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
));
28
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
> Create_SessionInstruction(global::System.Text.Json.JsonSerializerOptions options)
30
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
> jsonTypeInfo))
32
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
>
38
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
44
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
>(options, objectInfo);
61
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
),
63
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).SessionIdentifier,
64
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).SessionIdentifier = value!,
71
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
).GetProperty("SessionIdentifier", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
83
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
),
85
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).RefreshUrl,
86
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).RefreshUrl = value!,
93
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
).GetProperty("RefreshUrl", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
103
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
),
105
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).Continue,
106
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).Continue = value!,
113
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
).GetProperty("Continue", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
123
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
),
125
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).Scope,
126
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).Scope = value!,
133
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
).GetProperty("Scope", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope), global::System.Array.Empty<global::System.Type>(), null),
143
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
),
145
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).Credentials,
146
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).Credentials = value!,
153
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
).GetProperty("Credentials", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>), global::System.Array.Empty<global::System.Type>(), null),
163
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
),
165
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).AllowedRefreshInitiators,
166
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)obj).AllowedRefreshInitiators = value!,
173
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
).GetProperty("AllowedRefreshInitiators", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<string>), global::System.Array.Empty<global::System.Type>(), null),
185
private void SessionInstructionSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
? value)
195
string __value_SessionIdentifier = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)value).SessionIdentifier;
200
string __value_RefreshUrl = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)value).RefreshUrl;
205
writer.WriteBoolean(PropName_continue, ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)value).Continue);
206
global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope __value_Scope = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)value).Scope;
212
global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential> __value_Credentials = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)value).Credentials;
218
global::System.Collections.Generic.List<string> __value_AllowedRefreshInitiators = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionInstruction
)value).AllowedRefreshInitiators;
DeviceBoundSessionHandler.cs (3)
166
var
instructions = BuildSessionInstruction(sessionId);
270
var
instructions = BuildSessionInstruction(sessionIdHeader);
278
private
SessionInstruction
BuildSessionInstruction(string sessionId)
DeviceBoundSessionJsonContext.cs (1)
13
[JsonSerializable(typeof(
SessionInstruction
))]