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