using Microsoft.AspNetCore.Authentication; namespace PARR.API.Authentication { public class ParrAuthenticationOptions : AuthenticationSchemeOptions { public const string DefaultScheme = "ParrAuthenticationScheme"; //public string TokenHeaderName { get; set; } = "MyToken"; } }