JwtBearerPostConfigureOptions Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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. |