namespace StellaOps.Auth.Abstractions;
/// 
/// Shared tenancy default values used across StellaOps services.
/// 
public static class StellaOpsTenancyDefaults
{
    /// 
    /// Sentinel value indicating the token is not scoped to a specific project.
    /// 
    public const string AnyProject = "*";
}