다음을 통해 공유


JwtBearerPostConfigureOptions.PostConfigure(String, JwtBearerOptions) 메서드

정의

JwtBearerOptions instance 구성을 게시하기 위해 호출됩니다.

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

구성할 옵션 인스턴스입니다.

구현

적용 대상