OpenIdConnectOptions.Events Property

Definition

Gets or sets the OpenIdConnectEvents to notify when processing OpenIdConnect messages.

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

Property Value

Applies to