IdentityShroud/IdentityShroud.Core/Security/JsonWebAlgorithm.cs
2026-02-22 09:28:05 +01:00

6 lines
No EOL
122 B
C#

namespace IdentityShroud.Core.Security;
public static class JsonWebAlgorithm
{
public const string RS256 = "RS256";
}