Custom Action - Typings file or definitions for params

I am writing a custom post login action and the inline editor provides code completion for the “event” and “api” params. I would like to be able to develop the action in my own IDE. Are there typings files for those parameters that I could point my IDE to in order to have that code completion in my IDE for those classes?

Hi @jkay,

Welcome to the Auth0 Community!

I wasn’t able to find a typings file, however, you could refer to the Event and API object documentation for the Post-Login flow:

Let me know if you have any questions.

Thanks,
Rueben

1 Like

Thank you! That documentation was helpful, and I was able to build out some typings files from that for use in my IDE.

1 Like

Hi @jkay,

You’re welcome!

Good to hear you were able to build some typings files from the documentation above.

Please let us know if there’s anything else we can do to help.

Thanks,
Rueben

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.