JwtBearerExtensions
AddJwtBearer(AuthenticationBuilder)
AddJwtBearer(AuthenticationBuilder, String)
AddJwtBearer(AuthenticationBuilder, Action<JwtBearerOptions>)
AddJwtBearer(AuthenticationBuilder, String, Action<JwtBearerOptions>)
AddJwtBearer(AuthenticationBuilder, String, String, Action<JwtBearerOptions>)
net10.0
namespace Microsoft.Extensions.DependencyInjection
{
public static class JwtBearerExtensions
{
public static AuthenticationBuilder! AddJwtBearer(this AuthenticationBuilder! builder, Action<JwtBearerOptions!>! configureOptions);
}
}
| nuget.org | 0.5 % Reference this API |
|---|---|
| .NET | 10.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.Authentication.JwtBearer , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.AspNetCore.Authentication.JwtBearer (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API