共用方式為


Prompt.NoPrompt Field

Definition

Overloads

NoPrompt

Let the identity service decide on the best user experience, based on browser cookies and on the login hint, which can be specified using WithAccount() or WithLoginHint()

NoPrompt

Let the identity service decide on the best user experience, based on browser cookies and on the login hint, which can be specified using WithAccount() or WithLoginHint()

public static readonly Microsoft.Identity.Client.Prompt NoPrompt;
 staticval mutable NoPrompt : Microsoft.Identity.Client.Prompt
Public Shared ReadOnly NoPrompt As Prompt 

Field Value

Remarks

This is the recommended prompt

Applies to