ExLineWrapper v0.1.1 ExLineWrapper View Source

Documentation for ExLineWrapper.

Link to this section Summary

Link to this section Functions

Link to this function

authenticate(channel_id, channel_secret) View Source

Acquire access token

Examples

iex> ExLineWrapper.authenticate("channel_id", "channel_secret")
{:ok, %{"access_token" => "xxxxxx"}}