Freigeben über


JwtBearerPostConfigureOptions Klasse

Definition

Wird zum Einrichten von Standardwerten für alle JwtBearerOptionsverwendet.

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)
Vererbung
JwtBearerPostConfigureOptions
Implementiert

Konstruktoren

JwtBearerPostConfigureOptions()

Wird zum Einrichten von Standardwerten für alle JwtBearerOptionsverwendet.

Methoden

PostConfigure(String, JwtBearerOptions)

Wird aufgerufen, um nach der Konfiguration einer JwtBearerOptions-instance.

Gilt für: