WeChat.Component.bind_component_url

You're seeing just the function bind_component_url, go back to WeChat.Component module for more information.
Link to this function

bind_component_url(client, redirect_uri, auth_type_or_biz_appid)

Specs

bind_component_url(
  WeChat.client(),
  redirect_uri :: String.t(),
  auth_type() | biz_appid()
) :: url :: String.t() | WeChat.response()

生成授权链接 - 官方文档