Sdílet prostřednictvím


JwtBearerPostConfigureOptions Třída

Definice

Slouží k nastavení výchozích nastavení pro všechny JwtBearerOptions.

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)
Dědičnost
JwtBearerPostConfigureOptions
Implementuje

Konstruktory

JwtBearerPostConfigureOptions()

Slouží k nastavení výchozích nastavení pro všechny JwtBearerOptions.

Metody

PostConfigure(String, JwtBearerOptions)

Vyvoláno za účelem konfigurace instance JwtBearerOptions.

Platí pro