Prompt.Create Field

Definition

AcquireToken will send prompt=create to the authorization server's authorize endpoint which would trigger a sign-up experience, used for External Identities.

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

Field Value

Remarks

More details at https://aka.ms/msal-net-prompt-create.

Applies to