1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 10:43:44 +00:00

[PM-24192] Add OrganizationContext in API project (#6291)

This commit is contained in:
Thomas Rittson
2025-09-11 07:37:45 +10:00
committed by GitHub
parent 04cb7820a6
commit bd1745a50d
7 changed files with 238 additions and 12 deletions

View File

@@ -5,6 +5,10 @@ using Bit.Core.Utilities;
namespace Bit.Core.Context;
/// <summary>
/// Represents the claims for a user in relation to a particular organization.
/// These claims will only be present for users in the <see cref="OrganizationUserStatusType.Confirmed"/> status.
/// </summary>
public class CurrentContextOrganization
{
public CurrentContextOrganization() { }