Show / Hide Table of Contents

Class OpenIDConstants.Scopes

Scopes.

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

Fields

Address

Address.

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

Email

Email.

Declaration
public const string Email = "email"
Field Value
Type Description
System.String

OfflineAccess

Offline Access.

Declaration
public const string OfflineAccess = "offline_access"
Field Value
Type Description
System.String

OpenID

OpenID.

Declaration
public const string OpenID = "openid"
Field Value
Type Description
System.String

Phone

Phone.

Declaration
public const string Phone = "phone"
Field Value
Type Description
System.String

Profile

Profile.

Declaration
public const string Profile = "profile"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.