Class LogoutCommand
- Namespace
- KadicAuth.Application.Auth.Commands.LogoutCommands
- Assembly
- KadicAuth.Application.dll
public sealed record LogoutCommand : IRequest<Unit>, IBaseRequest
- Inheritance
-
objectLogoutCommand
- Implements
-
IRequest<Unit>IBaseRequest
Constructors
LogoutCommand(Guid)
public LogoutCommand(Guid SessionId)
Parameters
SessionIdGuid
Properties
SessionId
public Guid SessionId { get; init; }
Property Value
- Guid