diff --git a/Constants/XAuthenticationScheme.cs b/Constants/XAuthenticationScheme.cs index afa9971..32be81b 100644 --- a/Constants/XAuthenticationScheme.cs +++ b/Constants/XAuthenticationScheme.cs @@ -3,7 +3,8 @@ using xExceptions.Attributes; namespace xIdentityService.Constants { public enum XAuthenticationScheme { [StringValue ("token")] - XToken, [StringValue ("introspection")] + XToken, + [StringValue ("introspection")] XIntrospection, } } \ No newline at end of file