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:
@@ -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() { }
|
||||
|
||||
Reference in New Issue
Block a user