ChannelLineLineChannel

data class ChannelLineLineChannel(val accessToken: String, val secret: String)

Constructors

Link copied to clipboard
constructor(accessToken: String, secret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access token which is used to call the Line Channel API.

Link copied to clipboard

The secret which is used to access the Line Channel.