Skip to content

Commit fc3e566

Browse files
:|
1 parent ab36ef3 commit fc3e566

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 class AuthenticationSchemes {
223-
public const String Bearer = "Bearer";
222+
public static class AuthenticationSchemes {
223+
public static readonly String Bearer = "Bearer";
224224
}

0 commit comments

Comments
 (0)