💾 Archived View for godocs.io › golang.org › x › oauth2 › mailru captured on 2024-05-12 at 16:09:44. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/mailru"
Package mailru provides constants for using OAuth2 to access Mail.Ru.
var Endpoint = oauth2.Endpoint{ AuthURL: "https://o2.mail.ru/login", TokenURL: "https://o2.mail.ru/token", }
Endpoint is Mail.Ru's OAuth 2.0 endpoint.