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