package twitch
import "golang.org/x/oauth2/twitch"
Package twitch provides constants for using OAuth2 to access Twitch.
Index ¶
Variables ¶
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
Source Files ¶
twitch.go
- Version
- v0.26.0 (latest)
- Published
- Jan 29, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 7 minutes ago –
Tools for package owners.