Show / Hide Table of Contents

Class AbpIdentityServerPermissions.Client

Inheritance
object
AbpIdentityServerPermissions.Client
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public static class AbpIdentityServerPermissions.Client

Fields

Create

Declaration
public const string Create = "IdentityServer.Client.Create"
Field Value
Type Description
string

Default

Declaration
public const string Default = "IdentityServer.Client"
Field Value
Type Description
string

Delete

Declaration
public const string Delete = "IdentityServer.Client.Delete"
Field Value
Type Description
string

ManagePermissions

Declaration
public const string ManagePermissions = "IdentityServer.Client.ManagePermissions"
Field Value
Type Description
string

Update

Declaration
public const string Update = "IdentityServer.Client.Update"
Field Value
Type Description
string

ViewChangeHistory

Declaration
public const string ViewChangeHistory = "AuditLogging.ViewChangeHistory:Volo.Abp.IdentityServer.Clients.Client"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform