WeChat.Storage.ComponentHub.save_access_token

You're seeing just the callback save_access_token, go back to WeChat.Storage.ComponentHub module for more information.
Link to this callback

save_access_token(appid, authorizer_appid, access_token, refresh_token, args)

View Source

Specs

save_access_token(
  appid :: String.t(),
  authorizer_appid :: String.t(),
  access_token :: String.t(),
  refresh_token :: String.t(),
  args :: term()
) :: term()

Save authorizer's access_token for WeChat component application.