Share via


WebAuthenticationCoreManagerHelper Class

Definition

Provides the ability to host a custom UI to request an authentication token.

Important

Access to this API is protected by a private capability that is restricted to apps that are developed by Microsoft.

public ref class WebAuthenticationCoreManagerHelper abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
class WebAuthenticationCoreManagerHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public static class WebAuthenticationCoreManagerHelper
Public Class WebAuthenticationCoreManagerHelper
Inheritance
Object Platform::Object IInspectable WebAuthenticationCoreManagerHelper
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Methods

RequestTokenWithUIElementHostingAsync(WebTokenRequest, UIElement)

Requests an authentication token using the specified custom UI.

RequestTokenWithUIElementHostingAsync(WebTokenRequest, WebAccount, UIElement)

Requests an authentication token for the specified account using the specified custom UI.

Applies to