Quartz::Signal::Tap
Inherits JSON::Serializable < Reference < Object
Federated tap record. A tap is a remote source of signal captures identified by URL and authenticated by a TOFU-pinned HMAC key.
Constructors
new(url : String, pubkey : String, last_seen_sha : String | Nil = nil, pinned_id : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
last_seen_sha
Sourcepinned_id
Sourcepubkey
Sourceurl
Source