1 instantiation of BearerTokenJsonSerializerContext
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenJsonSerializerContext.g.cs (1)
24public static global::Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenJsonSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
3 references to BearerTokenJsonSerializerContext
Microsoft.AspNetCore.Authentication.BearerToken (3)
BearerTokenConfigureJsonOptions.cs (1)
14options.SerializerOptions.TypeInfoResolverChain.Insert(0, BearerTokenJsonSerializerContext.Default);
BearerTokenHandler.cs (1)
88return typeInfo ?? BearerTokenJsonSerializerContext.Default.AccessTokenResponse;
BearerTokenJsonSerializerContext.g.cs (1)
24public static global::Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenJsonSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));