💾 Archived View for godocs.io › golang.org › x › oauth2 › twitch captured on 2024-02-05 at 10:33:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/twitch"
Package twitch provides constants for using OAuth2 to access Twitch.
var Endpoint = oauth2.Endpoint{ AuthURL: "https://id.twitch.tv/oauth2/authorize", TokenURL: "https://id.twitch.tv/oauth2/token", }
Endpoint is Twitch's OAuth 2.0 endpoint.
For more information see: https://dev.twitch.tv/docs/authentication