ex_idobata v0.3.0 ExIdobata.API.AccessToken

A module of access token.

See idobata public API.

Link to this section Summary

Functions

Gets an access token.

Link to this section Types

Link to this type

t()

t() :: %ExIdobata.API.AccessToken{
  access_token: String.t(),
  created_at: DateTime.t(),
  token_type: String.t()
}

Link to this section Functions

Link to this function

get(email, password)

(since 0.2.0)
get(String.t(), String.t()) :: t()

Gets an access token.