Show / Hide Table of Contents

Class OpenIDConstants.PromptModes

Prompt modes.

Inheritance
object
OpenIDConstants.PromptModes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.