You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/src/webdriver/Internal/Base64UrlEncoder.cs
+9-4
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,17 @@
19
19
20
20
usingSystem;
21
21
22
+
#nullable enable
23
+
22
24
namespaceOpenQA.Selenium.Internal
23
25
{
26
+
/*
27
+
* Based on: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/6.19.0/src/Microsoft.IdentityModel.Tokens/Base64UrlEncoder.cs
28
+
*
29
+
* Now it is a part of .NET 9+ as System.Buffers.Text.Base64Url
0 commit comments