💾 Archived View for godocs.io › golang.org › x › oauth2 › cern captured on 2024-05-26 at 15:00:54. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-12)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/cern"
Package cern provides constants for using OAuth2 to access CERN services.
var Endpoint = oauth2.Endpoint{ AuthURL: "https://oauth.web.cern.ch/OAuth/Authorize", TokenURL: "https://oauth.web.cern.ch/OAuth/Token", }
Endpoint is CERN's OAuth 2.0 endpoint.