Hi all, I am working on a Figma plugin that needs to import style from our team library. Through research I think the way is to first use Figma REST API to get the keys of styles from our library file, and the use figma.importStyleByKeyAsync() to import the style. However, the issue is, this requires me to put my Access token in the plugin, and I donβt want to. Is there a way for plugin to authenticate when making REST API calls on behalf of the person who uses the plugin?
Or are there any other easier ways to import/access styles from team library file in plugin? Thanks a lot!!!