WebAccountProviderConfig(WebAccountProviderType, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.