Edit

Share via


WebAccountProviderConfig Struct

Definition

Configuration values for what type of authentication providers to enable.

public struct WebAccountProviderConfig
type WebAccountProviderConfig = struct
Public Structure WebAccountProviderConfig
Inheritance
WebAccountProviderConfig

Constructors

WebAccountProviderConfig(WebAccountProviderType, String)

Initializes a new instance of the WebAccountProviderConfig struct.

Properties

ClientId

Gets or sets the registered ClientId. Required for AAD login and admin consent.

WebAccountProviderType

Gets or sets the types of accounts providers that should be available to the user.

Applies to