Auth struct.
Make a new Auth struct.
@type t() :: %TwitchAPI.Auth{access_token: String.t() | nil, client_id: String.t()}
@spec new(client_id :: String.t(), access_token :: String.t() | nil) :: t()