Show / Hide Table of Contents

Class OpenIddictModuleExtensionConsts.EntityNames

Inheritance
object
OpenIddictModuleExtensionConsts.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.OpenIddict.Domain.Shared.dll
Syntax
public static class OpenIddictModuleExtensionConsts.EntityNames

Fields

Application

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

Authorization

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

Scope

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

Token

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