User Activity

Basically as the title says, I need to trigger a timer when a user logs in from a specific portal. I know an event is triggered when users login, but I wasn't sure if that was the best way to do this. TIA
so I need to send credentials to an external API, but their API requires the key and secret are base64Encoded. so I need to be able to store the secret somewhere so that I can still do this encoding to it. Regular password fields don't work because S...
I need to make the title of a widget instance dynamic. This one: Is there a way to do this? Maybe like call a script include from here or a gs.getUser()? Its a "Data Table from URL Definition" widget. TIA