Table of Contents

Struct TwoFactorVerifyDto

Namespace
FishMMO.Auth.Core
Assembly
FishMMO-AuthShared.dll

DTO for submitting a TOTP code during login when two-factor authentication is required. Mirrors TwoFactorVerifyBroadcast.

public struct TwoFactorVerifyDto
Inherited Members

Fields

Code

Encrypted 6-digit TOTP code as UTF-8 string bytes (AES-GCM).

public byte[] Code

Field Value

byte[]

Seq

Explicit message sequence number (client->server).

public uint Seq

Field Value

uint