6 lines
No EOL
200 B
C#
6 lines
No EOL
200 B
C#
|
|
using Femto.Common.Domain;
|
|
|
|
namespace Femto.Modules.Auth.Application.Interface.Deauthenticate;
|
|
|
|
public record DeauthenticateCommand(Guid UserId, string SessionId, string? RememberMeToken) : ICommand; |