//todo obsolete using Microsoft.AspNetCore.Authentication; namespace khmer_eid_backend.Integrations.Ory; public sealed class OryAuthSchemeOptions : AuthenticationSchemeOptions { public string? BasePath { get; set; } }