Class IntercomHash
- Namespace
- TorBoxSDK.Models.Notifications
- Assembly
- TorBoxSDK.dll
Represents the Intercom identity hash for the authenticated user.
public sealed record IntercomHash : IEquatable<IntercomHash>
- Inheritance
-
IntercomHash
- Implements
- Inherited Members
Properties
Hash
Gets the Intercom identity verification hash, or null if not available.
[JsonPropertyName("hash")]
public string? Hash { get; init; }