💾 Archived View for godocs.io › golang.org › x › oauth2 › slack captured on 2024-02-05 at 10:32:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/slack"
Package slack provides constants for using OAuth2 to access Slack.
var Endpoint = oauth2.Endpoint{ AuthURL: "https://slack.com/oauth/authorize", TokenURL: "https://slack.com/api/oauth.access", }
Endpoint is Slack's OAuth 2.0 endpoint.