Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-seiji committed Oct 14, 2021
1 parent a53b335 commit 2633e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import * as lifftUp from '@classmethod/lifft-up'

(async () => {
 // https://developers.line.biz/en/reference/liff/#get-id-token
 const idToken = 'ava;eofjnba;gbua'
 const idToken = <your id token>
 // Specify Liff Channel ID.
 const clientId = '1234567890'
 const clientId = <your liff channel id>
 // The IDToken payload will be returned.
 const payload = await lifftUp.authorizer(idToken, clientId)
})()
Expand Down

0 comments on commit 2633e7f

Please sign in to comment.