...
Package yandex
Package yandex provides constants for using OAuth2 to access Yandex APIs.
Variables
Endpoint is the Yandex OAuth 2.0 endpoint.
var Endpoint = oauth2.Endpoint{
AuthURL: "https://oauth.yandex.com/authorize",
TokenURL: "https://oauth.yandex.com/token",
}