Question regarding SailPoint core classes

Where do I get the Javadocs of SailPoint core classes? I have a direct question - what are the method signatures of useToken method?

Hi @pg_bgen,

you can find in your doc/javadoc/index.html endpoint, like:
http://localhost:8080/identityiq/doc/javadoc/index.html

Thank you for your quick help, Emanuele!

@pg_bgen + You will directly get in IIQ binary if donโ€™t want to install.

Folder : IIQBase/doc/javadoc folder. ( IIQBase you can maintain different version so you can get API Changes in different version )

Got it. Thanks for letting me know!