package yandex
import "golang.org/x/oauth2/yandex"
Package yandex provides constants for using OAuth2 to access Yandex APIs.
Index ¶
Variables ¶
var Endpoint = oauth2.Endpoint{ AuthURL: "https://oauth.yandex.com/authorize", TokenURL: "https://oauth.yandex.com/token", }
Endpoint is the Yandex OAuth 2.0 endpoint.
Source Files ¶
yandex.go
- Version
- v0.26.0 (latest)
- Published
- Jan 29, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 16 hours ago –
Tools for package owners.