9 lines
No EOL
193 B
C#
9 lines
No EOL
193 B
C#
namespace Foxchat.Identity.Authorization;
|
|
|
|
public static class AuthenticationHandlerExtensions
|
|
{
|
|
public static void AddAuthenticationHandler(this IServiceCollection services)
|
|
{
|
|
|
|
}
|
|
} |