Class OpenIDConstants.DisplayModes
Display modes.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.DisplayModes
Fields
Page
Page.
Declaration
public const string Page = "page"
Field Value
| Type | Description |
|---|---|
| string |
Popup
Popup window.
Declaration
public const string Popup = "popup"
Field Value
| Type | Description |
|---|---|
| string |
Touch
Touch interface.
Declaration
public const string Touch = "touch"
Field Value
| Type | Description |
|---|---|
| string |
Wap
Phone.
Declaration
public const string Wap = "wap"
Field Value
| Type | Description |
|---|---|
| string |