PlatformParameters Constructors
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.
Overloads
PlatformParameters() | |
PlatformParameters(PromptBehavior, ICustomWebUi) |
Constructor that allows extends to configure their own web ui. Not implemented on Android, iOS and UWP. |
PlatformParameters()
public PlatformParameters ();
Public Sub New ()
Applies to
PlatformParameters(PromptBehavior, ICustomWebUi)
Constructor that allows extends to configure their own web ui. Not implemented on Android, iOS and UWP.
public PlatformParameters (Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior promptBehavior, Microsoft.IdentityModel.Clients.ActiveDirectory.Extensibility.ICustomWebUi customWebUi);
new Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformParameters : Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior * Microsoft.IdentityModel.Clients.ActiveDirectory.Extensibility.ICustomWebUi -> Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformParameters
Public Sub New (promptBehavior As PromptBehavior, customWebUi As ICustomWebUi)
Parameters
- promptBehavior
- PromptBehavior
Controls the prompt that is displayed on web ui. Default is SelectAccount.
- customWebUi
- ICustomWebUi
Custom implementation of the web ui
Remarks
This object is platform specific and should not be constructed from NetStandard (shared) assemblies.