Prompt.SelectAccount Field
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.
AcquireToken will send prompt=select_account
to the authorization server's authorize endpoint.
which would present to the user a list of accounts from which one can be selected for
authentication.
public static readonly Microsoft.Identity.Client.Prompt SelectAccount;
staticval mutable SelectAccount : Microsoft.Identity.Client.Prompt
Public Shared ReadOnly SelectAccount As Prompt
Field Value
Remarks
This is the default prompt for backwards compatibility reasons. Please use NoPrompt for the best user experience.