Class OpenIDConstants.PromptModes
Prompt modes.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.PromptModes
Fields
Consent
Consent.
Declaration
public const string Consent = "consent"
Field Value
| Type | Description |
|---|---|
| string |
Login
Login.
Declaration
public const string Login = "login"
Field Value
| Type | Description |
|---|---|
| string |
None
None.
Declaration
public const string None = "none"
Field Value
| Type | Description |
|---|---|
| string |
SelectAccount
Select Account.
Declaration
public const string SelectAccount = "select account"
Field Value
| Type | Description |
|---|---|
| string |