Show / Hide Table of Contents

Class OpenIDConstants.Scopes

Scopes.

Inheritance
object
OpenIDConstants.Scopes
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.Scopes

Fields

Address

Address.

Declaration
public const string Address = "address"
Field Value
Type Description
string

Email

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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.