Prompt.Create 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=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.