Class OAuthSuccess
- Namespace
- TorBoxSDK.Models.Integrations
- Assembly
- TorBoxSDK.dll
Represents the response from an OAuth success endpoint.
public sealed record OAuthSuccess : IEquatable<OAuthSuccess>
- Inheritance
-
OAuthSuccess
- Implements
- Inherited Members
Properties
Data
Gets success-specific data, or null if not available.
[JsonPropertyName("data")]
public object? Data { get; init; }
Property Value
Status
Gets the success status or result, or null if not available.
[JsonPropertyName("status")]
public string? Status { get; init; }