LINE.Bot.ChannelAccessToken.Model.IssueShortLivedChannelAccessTokenResponse (line_bot_sdk v0.1.0)

Copy Markdown

Issued short-lived channel access token

Summary

Types

t()

@type t() ::
  %LINE.Bot.ChannelAccessToken.Model.IssueShortLivedChannelAccessTokenResponse{
    access_token: String.t(),
    expires_in: integer(),
    token_type: String.t()
  }

Functions

decode(value)