WebAccountProviderConfig Struct
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.
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. |