7 lines
169 B
C#
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";
|
||
|
|
}
|