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

获取或设置应用程序的客户端 ID。

KnownAuthorities

获取或设置应用程序的已知颁发机构主机名集。

NavigateToLoginRequestUrl

获取或设置在成功登录后是否导航到登录请求 URL。

PostLogoutRedirectUri

获取或设置应用程序的注销后重定向 URI。

RedirectUri

获取或设置应用程序的重定向 URI。

ValidateAuthority

获取或设置一个值,该值指示是否验证颁发机构。

适用于