View Source TwitchAPI.Auth (hello_twitch_api v0.2.0)

Auth struct.

Summary

Types

@type t() :: %TwitchAPI.Auth{access_token: String.t() | nil, client_id: String.t()}

Functions

Link to this function

new(client_id, access_token \\ nil)

View Source
@spec new(client_id :: String.t(), access_token :: String.t() | nil) :: t()

Make a new Auth struct.