JwtBearerPostConfigureOptions Class    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |