AppProtect 제품에 대한 필수 API 를 정의
appprotect 제품에 대한 3rd Party연동 기능을 제공한다.
Changed in version 2.0.0
Arguments
Arguments
Example:
M.plugin('3rd_appprotect_nshc').check({
'initURL': 'http://mhi.nhis.or.kr:8090/meap/httpSession/session_apinit.jsp',
'verifyURL': 'http://mhi.nhis.or.kr:8090/meap/httpSession/session_apverify.jsp',
'userID': 'test',
'appProtectVersion': '11',
callback:function(status, result){
alert(JSON.stringify(result));
}
});