using xExceptions.Attributes; namespace xIdentityService.Constants { public enum XAuthenticationScheme { [StringValue ("token")] XToken, [StringValue ("introspection")] XIntrospection, } }