OAuthOptions.Events 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 OAuthEvents 用來處理驗證事件的 。
public:
property Microsoft::AspNetCore::Authentication::OAuth::OAuthEvents ^ Events { Microsoft::AspNetCore::Authentication::OAuth::OAuthEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::OAuth::OAuthEvents ^ value); };
public Microsoft.AspNetCore.Authentication.OAuth.OAuthEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.OAuth.OAuthEvents with get, set
Public Property Events As OAuthEvents