Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class TemporaryKeyInfo : Carrier
public TemporaryKeyInfo()
[JsonIgnore] public TemporaryKeyDomain? Domain { get; set; }
[JsonProperty("Domain")] public string Domain_String { get; set; }
public virtual bool IsExpired { get; set; }
public virtual string Payload { get; set; }
public virtual int PersonId { get; set; }
public virtual int TargetId { get; set; }
Was this page helpful?