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