Edit

Share via


WebAccountProviderConfig(WebAccountProviderType, String) Constructor

Definition

Initializes a new instance of the WebAccountProviderConfig struct.

public WebAccountProviderConfig(CommunityToolkit.Authentication.WebAccountProviderType webAccountProviderType, string clientId = default);
new CommunityToolkit.Authentication.WebAccountProviderConfig : CommunityToolkit.Authentication.WebAccountProviderType * string -> CommunityToolkit.Authentication.WebAccountProviderConfig
Public Sub New (webAccountProviderType As WebAccountProviderType, Optional clientId As String = Nothing)

Parameters

webAccountProviderType
WebAccountProviderType

The types of accounts providers that should be available to the user.

clientId
String

The registered ClientId. Required for AAD login and admin consent.

Applies to