JwtBearerPostConfigureOptions Class

Definition

Used to setup defaults for all 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)
Inheritance
JwtBearerPostConfigureOptions
Implements

Constructors

JwtBearerPostConfigureOptions()

Methods

PostConfigure(String, JwtBearerOptions)

Invoked to post configure a JwtBearerOptions instance.

Applies to