Squash and merge of version-0.1 Co-authored-by: James Wampler <james@wamp.dev> Co-committed-by: James Wampler <james@wamp.dev>
4 lines
101 B
C#
Executable File
4 lines
101 B
C#
Executable File
namespace MicCheck.Api.Common.Security.Authorization;
|
|
|
|
public record LogoutRequest(string Token);
|