namespace Thalos.DAL.Grpc;
///
/// Defines minimal gRPC contract shape for identity token dal adapter translation.
///
/// Identity subject identifier.
/// Tenant scope identifier.
public sealed record IdentityTokenDalGrpcContract(string SubjectId, string TenantId);