Share via


JwtBearerOptions.Events Property

Definition

The object provided by the application to process events raised by the bearer authentication middleware. The application may implement the interface fully, or it may create an instance of JwtBearerAuthenticationEvents and assign delegates only to the events it wants to process.

public:
 property Microsoft::AspNetCore::Authentication::JwtBearer::IJwtBearerEvents ^ Events { Microsoft::AspNetCore::Authentication::JwtBearer::IJwtBearerEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::JwtBearer::IJwtBearerEvents ^ value); };
public Microsoft.AspNetCore.Authentication.JwtBearer.IJwtBearerEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.JwtBearer.IJwtBearerEvents with get, set
Public Property Events As IJwtBearerEvents

Property Value

Applies to