/** * @brief RequestOTPInfo * * @param otp 1회성 인증 토큰 * @param callback Callback to deal with a reponse to the request. * @see RequestOTPInfoDelegate */ public void RequestOTPInfo(string otp, RequestOTPInfoDelegate callback) { Log.Debug("[Session] RequestOTPInfo"); SessionImpl.RequestOTPInfo(otp, callback); }