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