yandex - ActiveState ActiveGo 1.8
...

Package yandex

import "golang.org/x/oauth2/yandex"
Overview
Index

Overview ▾

Package yandex provides constants for using OAuth2 to access Yandex APIs.

Index ▾

Package files

yandex.go

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",
}