Class OpenIDConstants.PromptModes
Prompt modes.
Inheritance
System.Object
OpenIDConstants.PromptModes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class PromptModes
Fields
Consent
Consent.
Declaration
public const string Consent = "consent"
Field Value
Type | Description |
---|---|
System.String |
Login
Login.
Declaration
public const string Login = "login"
Field Value
Type | Description |
---|---|
System.String |
None
None.
Declaration
public const string None = "none"
Field Value
Type | Description |
---|---|
System.String |
SelectAccount
Select Account.
Declaration
public const string SelectAccount = "select account"
Field Value
Type | Description |
---|---|
System.String |