3 lines
89 B
C#
3 lines
89 B
C#
namespace AipsCore.Application.Common.Authentication;
|
|
|
|
public record Token(string Value); |