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.15.0
- Published
- Nov 27, 2023
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 5 minutes ago –
Tools for package owners.