2 references to JwtBearerConfigureOptions
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (1)
19
/// Initializes a new <see cref="
JwtBearerConfigureOptions
"/> given the configuration
JwtBearerExtensions.cs (1)
77
builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IConfigureOptions<JwtBearerOptions>,
JwtBearerConfigureOptions
>());