Click or drag to resize

PromptMode Enumeration

The prompt modes. More info about prompt https://openid.net/specs/openid-connect-core-1_0.html

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public enum PromptMode
Members
  Member nameValueDescription
Undefined0 Prompt will not be sent to the Authorization Server.
None1 The Authorization Server must not display any authentication or consent user interface pages. End-User must be already authenticated.
Login2 The Authorization Server should prompt the End-User for re-authentication.
SelectAccount3 The Authorization Server should prompt the End-User to select a user account.
Silent4 The Authorization Server must silently authenticate End-User if authentication type supports this.
See Also