WeChat.JSSDKSignature (elixir_wechat_fork v0.5.2)

Copy Markdown View Source

A WeChat JSSDK signature expression.

Summary

Types

t()

@type t() :: %WeChat.JSSDKSignature{
  noncestr: String.t(),
  timestamp: integer(),
  value: String.t()
}