JwtBearerPostConfigureOptions Clase

Definición

Se usa para configurar los valores predeterminados de todos .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)
Herencia
JwtBearerPostConfigureOptions
Implementaciones

Constructores

JwtBearerPostConfigureOptions()

Métodos

PostConfigure(String, JwtBearerOptions)

Se invoca para configurar una instancia de JwtBearerOptions.

Se aplica a