This repository was archived by the owner on Mar 18, 2024. It is now read-only.
How do we add "bearer token" for downloading the files inside the config.xml? #152
Answered
by
mordechaim
janelleski
asked this question in
Q&A
-
Need to store the updates in a secure network, so we need to add bearer token.. but I don't see where i can do that inside Configuration class |
Beta Was this translation helpful? Give feedback.
Answered by
mordechaim
Sep 17, 2021
Replies: 1 comment 1 reply
-
You need to provide your own |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
janelleski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to provide your own
UpdateHandler
and implementopenDownloadStream
.