// // Copyright (c) alveus.dev. All rights reserved. Licensed under the MIT License. // namespace Astral.Core.Constants; /// /// Token scopes. /// public enum TokenScope { /// /// Owner token scope. /// Owner, /// /// Domain token scope. /// Domain, /// /// Place token scope. /// Place }