Share via


JwtBearerPostConfigureOptions.PostConfigure(String, JwtBearerOptions) Method

Definition

Invoked to post configure a 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)

Parameters

name
String

The name of the options instance being configured.

options
JwtBearerOptions

The options instance to configure.

Implements

Applies to