Class OpenIDConstants.Scopes
Scopes.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.Scopes
Fields
Address
Address.
Declaration
public const string Address = "address"
Field Value
| Type | Description |
|---|---|
| string |
Email.
Declaration
public const string Email = "email"
Field Value
| Type | Description |
|---|---|
| string |
OfflineAccess
Offline Access.
Declaration
public const string OfflineAccess = "offline_access"
Field Value
| Type | Description |
|---|---|
| string |
OpenID
OpenID.
Declaration
public const string OpenID = "openid"
Field Value
| Type | Description |
|---|---|
| string |
Phone
Phone.
Declaration
public const string Phone = "phone"
Field Value
| Type | Description |
|---|---|
| string |
Profile
Profile.
Declaration
public const string Profile = "profile"
Field Value
| Type | Description |
|---|---|
| string |