View Source CozyLark.EventSubscription.Config (cozy_lark v0.4.1)

Link to this section Summary

Link to this section Types

@type config() :: %{
  verification_token: String.t() | nil,
  encrypt_key: String.t() | nil
}
@type t() :: %CozyLark.EventSubscription.Config{
  encrypt_key: String.t() | nil,
  verification_token: String.t() | nil
}

Link to this section Functions

@spec new!(config()) :: t()