Another helpful hint -> The Places extension holds the authorization
status for a user in the extension's shared state. This shared state can
be added as a Data Element in launch so that you can include the status
in various workflows. The first image below shows how you can define a
Data Element for Auth Status. The second image shows that you can use
any data element in Launch workflows as a condition or part of an action
(i.e. post back). How would this be valuable in a workflow? Let's say
yo...