LineRegistrationResponse

data class LineRegistrationResponse(val channelAccessToken: String? = null, val channelSecret: String? = null, val generatedId: String)

The properties corresponding to a line channel registration

Constructors

Link copied to clipboard
constructor(channelAccessToken: String? = null, channelSecret: String? = null, generatedId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access token for the line channel registration

Link copied to clipboard
val channelSecret: String? = null

Secret for the line channel registration

Link copied to clipboard

Id generated for the line channel registration