Show / Hide Table of Contents

Class IdentityServerModuleExtensionConsts.EntityNames

Inheritance
object
IdentityServerModuleExtensionConsts.EntityNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public static class IdentityServerModuleExtensionConsts.EntityNames

Fields

ApiResource

Declaration
public const string ApiResource = "ApiResource"
Field Value
Type Description
string

ApiScope

Declaration
public const string ApiScope = "ApiScope"
Field Value
Type Description
string

Client

Declaration
public const string Client = "Client"
Field Value
Type Description
string

IdentityResource

Declaration
public const string IdentityResource = "IdentityResource"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform