Delen via


OpenIdConnectPrompt Class

Definition

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.

Applies to