View Source WeChat.JSSDKSignature (elixir_wechat v0.4.6)

A WeChat JSSDK signature expression.

Link to this section Summary

Link to this section Types

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