View Source CozyLark.EventSubscription.Opts (cozy_lark v0.4.1)
Currently, only option security_verification_method
is supported.
available-options
Available options
security_verification_method
- specify the method to verify that the event is sent by Lark Open Platform and not a forgery.
Link to this section Summary
Link to this section Types
@type opts() :: [ {:security_verification_method, :verification_token | {:signature, signature_factors()}} ]
@type t() :: %CozyLark.EventSubscription.Opts{ security_verification_method: :verification_token | {:signature, signature_factors()} }
Link to this section Functions
@spec validate_opts!(opts(), CozyLark.EventSubscription.Config.t()) :: t()