View Source TwitchAPI.Auth (hello_twitch_api v0.4.2)
Auth struct.
Summary
Types
Functions
Make a new Auth struct.
@spec token_refresh(Auth.t()) :: {:ok, Req.Response.t()} | {:error, term()}
Refresh an access token.
@spec token_revoke(Auth.t()) :: {:ok, Req.Response.t()} | {:error, term()}
Revoke an access token.