Поделиться через


JwtBearerPostConfigureOptions.PostConfigure(String, JwtBearerOptions) Метод

Определение

Вызывается для последующей настройки экземпляра JwtBearerOptions.

public:
 virtual void PostConfigure(System::String ^ name, Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^ options);
public void PostConfigure (string name, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options);
public void PostConfigure (string? name, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options);
abstract member PostConfigure : string * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions -> unit
override this.PostConfigure : string * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions -> unit
Public Sub PostConfigure (name As String, options As JwtBearerOptions)

Параметры

name
String

Имя настраиваемого экземпляра параметров.

options
JwtBearerOptions

Настраиваемый экземпляр параметров.

Реализации

Применяется к