elsa-core/test/unit/Elsa.Identity.UnitTests/IdentityTokenTestConstants.cs
Sipke Schoorstra 1da8709e2c
Distinguish refresh tokens from API access tokens (#7509)
* Separate access and refresh token use

* Address Greptile identity token feedback
2026-05-20 14:04:28 +02:00

7 lines
169 B
C#

namespace Elsa.Identity.UnitTests;
internal static class IdentityTokenTestConstants
{
public const string SigningKey = "test-signing-key-with-at-least-32-chars";
}