9 lines
221 B
C#
9 lines
221 B
C#
//todo obsolete
|
|
using Microsoft.AspNetCore.Authentication;
|
|
|
|
namespace khmer_eid_backend.Integrations.Ory;
|
|
|
|
public sealed class OryAuthSchemeOptions : AuthenticationSchemeOptions
|
|
{
|
|
public string? BasePath { get; set; }
|
|
} |