샘플) 토큰 오브젝트
{
"access_token": "access_token",
"token_type": "bearer",
"expires_in": 999,
"application": "ac",
"passwordExpired": false,
"refresh_token": "refresh_token",
"refresh_expires_in": 999
}
JavaScript
복사
예시) 토큰 전달 예시
window.podShop.editor({
mall : "mall",
userKey : "userKey",
authKey : JSON.stringify(authKey),
...
});
JavaScript
복사