Table of Contents

Class OAuthCallback

Namespace
TorBoxSDK.Models.Integrations
Assembly
TorBoxSDK.dll

Represents the response from an OAuth callback endpoint.

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

Properties

Data

Gets callback-specific data, or null if not available.

[JsonPropertyName("data")]
public object? Data { get; init; }

Property Value

object

Status

Gets the callback status or result, or null if not available.

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

Property Value

string