Show / Hide Table of Contents

Class OpenIddictConstants.Permissions.Scopes

Inheritance
System.Object
OpenIddictConstants.Permissions.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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Abstractions
Assembly: cs.temp.dll.dll
Syntax
public static class Scopes

Fields

Address

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

Email

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

Phone

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

Profile

Declaration
public const string Profile = "scp:profile"
Field Value
Type Description
System.String

Roles

Declaration
public const string Roles = "scp:roles"
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX