Share via


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

構成するオプション インスタンス。

実装

適用対象