using Microsoft.AspNetCore.Authentication; namespace WebDesktopBackend.Security.Authentication { public class JwtTokenAuthenticationHandlerOptions : AuthenticationSchemeOptions { // Options for the authentication handler. // Currently: None } }