1504263657, "amr": ["pwd"], "name": "Taro Line", "picture": "https://sample_line.me/aBcdefg123456" } liff.getDecodedIDToken() EXAMPLE DECODED ID TOKEN ====> USER ID ====> PICTURE URL ====> DISPLAY NAME
{ let mobile = false; let ua = userAgent.toLowerCase(); if ( /(android|bb\d+|meego).+mobile|liff|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|…/i.test( ua ) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|…/i.test( ua.substr(0, 4) ) ) { mobile = true; } else if (/(tablet|ipad|playbook|silk)|(android(?!.*mobi))/i.test(ua)) { mobile = true; } return mobile; };