2 references to s_defaultOptions
dotnet-user-jwts (2)
_generated\11\JwtSerializerContext.g.cs (2)
29
public static global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.JwtSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.JwtSerializerContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
34
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;