Show / Hide Table of Contents

Class AbpOpenIddictProPermissions.Scope

Inheritance
object
AbpOpenIddictProPermissions.Scope
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.OpenIddict.Permissions
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public static class AbpOpenIddictProPermissions.Scope

Fields

Create

Declaration
public const string Create = "OpenIddictPro.Scope.Create"
Field Value
Type Description
string

Default

Declaration
public const string Default = "OpenIddictPro.Scope"
Field Value
Type Description
string

Delete

Declaration
public const string Delete = "OpenIddictPro.Scope.Delete"
Field Value
Type Description
string

Update

Declaration
public const string Update = "OpenIddictPro.Scope.Update"
Field Value
Type Description
string

ViewChangeHistory

Declaration
public const string ViewChangeHistory = "AuditLogging.ViewChangeHistory:Volo.Abp.OpenIddict.Pro.Scopes.Scope"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform