View Source CozyLark.EventSubscription.Opts (cozy_lark v0.5.0)
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()} }