I want to make a POST API call with authentication header from watch app to fetch some data. Since, all the bearer tokens & user ID are encoded and saved in iPhone after login, how can I have access to those datas from Watch app? Is there any secure mechanism to get it or it's just a normal message transfer via applicationContext.
Any help would be greatly appreciated