SSPR documentation states clearly that it is possible to verify an OTP token via REST (parameters are username and the OTP token value). Question is: is it possible to generate OTP via REST call?
I know I can trigger an OTP to user via the forgotten password process, but the forgotten password process is also not available via REST call.
Any ideas?