OpenIdConnectPrompt Class

Definition

Prompt types for OpenIdConnect.

public static class OpenIdConnectPrompt
type OpenIdConnectPrompt = class
Public Class OpenIdConnectPrompt
Inheritance
OpenIdConnectPrompt

Fields

Consent

Indicates 'consent' prompt type see: http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.

Login

Indicates 'login' prompt type see: http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.

None

Indicates 'none' prompt type see: http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.

SelectAccount

Indicates 'select_account' prompt type see: http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.

Applies to