Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 79f4135

Browse files
authored
Merge pull request #590 from IdentityModel/joe/384
Typo fix
2 parents 48d7b80 + 91eb8e2 commit 79f4135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OidcConstants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public static class Algorithms
415415
public static class Symmetric
416416
{
417417
public const string HS256 = "HS256";
418-
public const string HS384 = "HS284";
418+
public const string HS384 = "HS384";
419419
public const string HS512 = "HS512";
420420
}
421421

0 commit comments

Comments
 (0)