Share Stats about OIDC use

This commit is contained in:
Amelia 2025-07-06 14:39:05 +02:00
parent d2e1ca9078
commit b6bfc65bc4
4 changed files with 15 additions and 2 deletions

View file

@ -96,8 +96,9 @@ public class AppUser : IdentityUser<int>, IHasConcurrencyToken
/// </summary>
public string? ExternalId { get; set; }
/// <summary>
/// Describes how the account was created
/// Describes who manages the account (may further depend on other settings)
/// </summary>
/// <remarks>Always fallbacks to native</remarks>
public AppUserOwner Owner { get; set; } = AppUserOwner.Native;