Share via


BearerTokenOptions.Events Property

Definition

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

public Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenEvents with get, set
Public Property Events As BearerTokenEvents

Property Value

Applies to