Prompt.Consent 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.
The user will be prompted to consent, even if consent was granted before. It is achieved
by sending prompt=consent
to the authorization server's authorize endpoint.
public static readonly Microsoft.Identity.Client.Prompt Consent;
staticval mutable Consent : Microsoft.Identity.Client.Prompt
Public Shared ReadOnly Consent As Prompt