BearerTokenOptions.Events Property
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.
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