JwtBearerPostConfigureOptions 类

定义

用于设置所有 JwtBearerOptions的默认值。

public ref class JwtBearerPostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^>
public class JwtBearerPostConfigureOptions : Microsoft.Extensions.Options.IPostConfigureOptions<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions>
type JwtBearerPostConfigureOptions = class
    interface IPostConfigureOptions<JwtBearerOptions>
Public Class JwtBearerPostConfigureOptions
Implements IPostConfigureOptions(Of JwtBearerOptions)
继承
JwtBearerPostConfigureOptions
实现

构造函数

JwtBearerPostConfigureOptions()

用于设置所有 JwtBearerOptions的默认值。

方法

PostConfigure(String, JwtBearerOptions)

调用 后配置 JwtBearerOptions 实例。

适用于