Table of Contents

Class LogoutCommand

Namespace
KadicAuth.Application.Auth.Commands.LogoutCommands
Assembly
KadicAuth.Application.dll
public sealed record LogoutCommand : IRequest<Unit>, IBaseRequest
Inheritance
object
LogoutCommand
Implements
IRequest<Unit>
IBaseRequest

Constructors

LogoutCommand(Guid)

public LogoutCommand(Guid SessionId)

Parameters

SessionId Guid

Properties

SessionId

public Guid SessionId { get; init; }

Property Value

Guid