Class AccessRightScopeAttribute
- Namespace
- Lers.Administration
- Assembly
- Lers.Core.dll
Раздел, к которому относится право доступа. Разделы (scopes) используются в дальнейшем для запроса токенов через OAuth2.
[AttributeUsage(AttributeTargets.Field)]
public class AccessRightScopeAttribute : Attribute
- Inheritance
-
AccessRightScopeAttribute
- Inherited Members
- Extension Methods
Constructors
AccessRightScopeAttribute(AccessRightScope)
Конструктор.
public AccessRightScopeAttribute(AccessRightScope scope)
Parameters
scope
AccessRightScope
Properties
Scope
Раздел.
public AccessRightScope Scope { get; }