Skip to content

Commit ab36ef3

Browse files
:|
1 parent f65502f commit ab36ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ClientProxyBase/ClientProxyBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ public ClientHttpException(string? message,
219219
}
220220
}
221221

222-
public static class AuthenticationSchemes {
223-
public static String Bearer = "Bearer";
222+
public class AuthenticationSchemes {
223+
public const String Bearer = "Bearer";
224224
}

0 commit comments

Comments
 (0)