OpenIdConnectPrompt Class
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.
Defines prompt types for OpenID Connect.
public static class OpenIdConnectPrompt
type OpenIdConnectPrompt = class
Public Class OpenIdConnectPrompt
- Inheritance
-
OpenIdConnectPrompt
Fields
Consent |
Indicates the 'consent' prompt type. See: https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest. |
Create |
Indicates the 'create' prompt type. See: https://openid.net/specs/openid-connect-prompt-create-1_0.html. |
Login |
Indicates the 'login' prompt type. See: https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest. |
None |
Indicates the 'none' prompt type. See: https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest. |
SelectAccount |
Indicates the 'select_account' prompt type. See: https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest. |