BaseJwtBearerContext Class¶
- Namespace
Microsoft.AspNetCore.Authentication.JwtBearer
- Assemblies
- Microsoft.AspNetCore.Authentication.JwtBearer
Syntax¶
public class BaseJwtBearerContext : BaseControlContext
-
class
Microsoft.AspNetCore.Authentication.JwtBearer.
BaseJwtBearerContext
Constructors¶
-
BaseJwtBearerContext
(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.JwtBearerOptions)¶ public BaseJwtBearerContext(HttpContext context, JwtBearerOptions options)
-
Properties¶
-
Microsoft.AspNetCore.Authentication.JwtBearer.BaseJwtBearerContext.
Options
¶ Return type: Microsoft.AspNetCore.Builder.JwtBearerOptions public JwtBearerOptions Options { get; }
-