I can get rid of the above errors by including the libSodium package.

So I now have the following lines at the top of my login.wo page.

Code:
Use cLibsodiumHash_Impl.pkg
Use cSecureOneTimePassword.pkg
Use c2FAWebGroup.pkg
Use cWebQrCode.pkg
Also ended up using
Code:
      Object oMyOtp is a cSecureTimeBasedOneTimePassword_Impl //cSecureTimeBasedOneTimePassword
           Set piHashImplementation to C_SEC_HASH_CNG_HMAC_SHA1 //C_SEC_HASH_LIBSODIUM_HMAC_SHA256
      End_Object
for now. Added the CNG library to my workspace as well.

--
Wil