1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 17:43:53 +00:00

Document queries and scenes

This commit is contained in:
Hinton
2025-11-13 11:45:11 +01:00
parent 5b67c9f25d
commit 840307fe4a
4 changed files with 118 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ using Bit.Infrastructure.EntityFramework.Repositories;
namespace Bit.Seeder.Queries;
/// <summary>
/// Retrieves all emergency access invite urls for the provided email.
/// </summary>
public class EmergencyAccessInviteQuery(
DatabaseContext db,
IDataProtectorTokenFactory<EmergencyAccessInviteTokenable> dataProtectorTokenizer)