Class AccessRightScopeAttribute
Раздел, к которому относится право доступа. Разделы (scopes) используются в дальнейшем для запроса токенов через OAuth2.
Inheritance
System.Object
AccessRightScopeAttribute
Namespace: Lers.Administration
Assembly: Lers.Core.dll
Syntax
public class AccessRightScopeAttribute : Attribute
Constructors
AccessRightScopeAttribute(AccessRightScope)
Конструктор.
Declaration
public AccessRightScopeAttribute(AccessRightScope scope)
Parameters
| Type | Name | Description |
|---|---|---|
| AccessRightScope | scope |
Properties
Scope
Раздел.
Declaration
public AccessRightScope Scope { get; }
Property Value
| Type | Description |
|---|---|
| AccessRightScope |