I have failed to find the appropriate method in AuthenticationClient in the Java SDK to authenticate with the one-time activation token. If I looked correctly in the codebase, it might actually be missing. Am I missing something or is it not possible to do this Authentication | Okta Developer from Java?
That endpoint isn’t yet directly supported by the Java Auth SDK, you can however call other endpoints using the SDK (similar to what is defined in our management SDK README)
Ah, if I’ve read the entire usage guide, I would see. Thank you for being kind and thorough with your response, even when I didn’t read the intro doc fully.