Skip to main content

Line Messaging OAuth2 Keys

Description#

General#

  • Documentation: https://developers.line.biz/en/reference/line-login
  • Summary: Line is a free application for instant communications and VoIP. The Line API is an HTTP based API that gives access to various data on the Line platform, and allows to post messages using channel access tokens. OAuth Keys allow to create channel access tokens on a user basis using OAuth2 flow
  • IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.
  • Scopes: A channel access token is associated with one channel id and its permissions are restricted to this channel.

Revoke the secret#

The client_id is unique and public for a channel. The client_secret can be rotated from the console.

Check for suspicious activity#

As of the time of writing this documentation, this feature is not yet supported.

Details for Line messaging oauth2#

  • Family: Api

  • Category: Messaging system

  • Company: Line

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 26.93

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator  banlist_extensions: []  banlist_filenames: []  check_binaries: false  include_default_banlist_extensions: true  ban_markup: true- type: ContentWhitelistPreValidator  patterns:  - line- type: ContentWhitelistPreValidator  patterns:  - channel- type: ContentWhitelistPreValidator  patterns:  - secret

Examples#

- text: |    line:       channelId: 1582442979       channelSecret: 914552d59e660d06f3a5e588e5bcdd5a    +  # line roro       callbackUrl: https://www.tot  client_id: "1582442979"  client_secret: 914552d59e660d06f3a5e588e5bcdd5a