MsalProviderOptions.Authentication 属性

定义

获取或设置 MsalAuthenticationOptions 用于身份验证操作的 。

public:
 property Microsoft::Authentication::WebAssembly::Msal::MsalAuthenticationOptions ^ Authentication { Microsoft::Authentication::WebAssembly::Msal::MsalAuthenticationOptions ^ get(); void set(Microsoft::Authentication::WebAssembly::Msal::MsalAuthenticationOptions ^ value); };
[System.Text.Json.Serialization.JsonPropertyName("auth")]
public Microsoft.Authentication.WebAssembly.Msal.MsalAuthenticationOptions Authentication { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("auth")>]
member this.Authentication : Microsoft.Authentication.WebAssembly.Msal.MsalAuthenticationOptions with get, set
Public Property Authentication As MsalAuthenticationOptions

属性值

属性

适用于