Sha256: a907be28c738b81b78c0f0a2cc384cb9af5db65f2441c40a8f65d9924dab4dfb
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true module ActiveWebhook module Verification class Configuration include ActiveWebhook::Configuration::Base define_option :adapter, values: %i[unsigned hmac_sha256], allow_proc: true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_webhook-1.0.0 | lib/active_webhook/verification/configuration.rb |