From 62687a9948229ab17d8cf4d0b636f59df52b990f Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Fri, 24 Jul 2026 23:12:04 +0330 Subject: [PATCH] apply Formatting Fix ... --- Constants/XAuthenticationScheme.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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