Table of Contents

Class Confirmation

Namespace
TorBoxSDK.Models.User
Assembly
TorBoxSDK.dll

Represents the confirmation status response for the authenticated user.

public sealed record Confirmation : IEquatable<Confirmation>
Inheritance
Confirmation
Implements
Inherited Members

Properties

Details

Gets confirmation details, or null if not available.

[JsonPropertyName("details")]
public object? Details { get; init; }

Property Value

object

Status

Gets the confirmation status, or null if not available.

[JsonPropertyName("status")]
public string? Status { get; init; }

Property Value

string