Show / Hide Table of Contents

Class AbpIdentityServerPermissions.ApiScope

Inheritance
object
AbpIdentityServerPermissions.ApiScope
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.ApiScope

Fields

Create

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

Default

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

Delete

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

Update

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

ViewChangeHistory

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