Is it possible to access secrets in Actions outside of onExecutePostLogin function?

There are few ways you can achieve this:

  1. pass the secret value to the function as a parameter.
  2. use global variables and assign the secret value at the beginning (not recommended)

I hope it helps. :slight_smile:

1 Like