共用方式為


MsalAuthenticationOptions 類別

定義

處理驗證的基礎 msal.js 程式庫驗證選項。

public ref class MsalAuthenticationOptions
public class MsalAuthenticationOptions
type MsalAuthenticationOptions = class
Public Class MsalAuthenticationOptions
繼承
MsalAuthenticationOptions

建構函式

MsalAuthenticationOptions()

處理驗證的基礎 msal.js 程式庫驗證選項。

屬性

Authority

取得或設定 Azure Active Directory 或 Azure Active Directory B2C 實例的授權單位。

ClientId

取得或設定應用程式的用戶端識別碼。

KnownAuthorities

取得或設定應用程式的已知授權單位主機名稱集。

NavigateToLoginRequestUrl

取得或設定是否要在成功登入之後巡覽至登入要求 URL。

PostLogoutRedirectUri

取得或設定應用程式的登出後重新導向 URI。

RedirectUri

取得或設定應用程式的重新導向 URI。

ValidateAuthority

取得或設定值,這個值表示是否要驗證授權單位。

適用於