Appearance
@line/bot-sdk / channelAccessToken / VerifyChannelAccessTokenResponse
Type Alias: VerifyChannelAccessTokenResponse
VerifyChannelAccessTokenResponse =
object
Defined in: lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts:17
Verification result
See
https://developers.line.biz/en/reference/messaging-api/#verify-channel-access-token-v2-1
Properties
client_id
client_id:
string
Defined in: lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts:21
The channel ID for which the channel access token was issued.
expires_in
expires_in:
number
Defined in: lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts:25
Number of seconds before the channel access token expires.
scope?
optionalscope?:string
Defined in: lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts:29
Permissions granted to the channel access token.