Table of Contents

Class ValidateSessionCommand

Namespace
KadicAuth.Application.Auth.Commands.ValidateSessionCommands
Assembly
KadicAuth.Application.dll
public sealed record ValidateSessionCommand : IRequest<bool>, IBaseRequest
Inheritance
object
ValidateSessionCommand
Implements
IRequest<bool>
IBaseRequest

Constructors

ValidateSessionCommand(Guid)

public ValidateSessionCommand(Guid SessionId)

Parameters

SessionId Guid

Properties

SessionId

public Guid SessionId { get; init; }

Property Value

Guid