// in auth-sessions/create.tsimport { requestOTP } from "@intuned/sdk/runtime"const message = "please submit and OTP from your authenticator app";const otp = yield requestOTP(message);console.log(otp);
// in auth-sessions/create.tsimport { requestOTP } from "@intuned/sdk/runtime"const message = "please submit and OTP from your authenticator app";const otp = yield requestOTP(message);console.log(otp);