AcquireTokenInteractiveParameterBuilder.WithPrompt(Prompt) Method
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.
Specifies the what the interactive experience is for the user.
public Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder WithPrompt (Microsoft.Identity.Client.Prompt prompt);
member this.WithPrompt : Microsoft.Identity.Client.Prompt -> Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
Public Function WithPrompt (prompt As Prompt) As AcquireTokenInteractiveParameterBuilder
Parameters
- prompt
- Prompt
Requested interactive experience. The default is SelectAccount
Returns
The builder to chain the .With methods