💾 Archived View for godocs.io › golang.org › x › oauth2 › vk captured on 2024-08-19 at 05:53:37. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-26)

🚧 View Differences

-=-=-=-=-=-=-

package vk - golang.org/x/oauth2/vk - godocs.io

import "golang.org/x/oauth2/vk"

Package vk provides constants for using OAuth2 to access VK.com.

Variables

var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://oauth.vk.com/authorize",
	TokenURL: "https://oauth.vk.com/access_token",
}

Endpoint is VK's OAuth 2.0 endpoint.

Details

Version: v0.22.0 (latest)

Platform: linux/amd64

Imports: 1 packages

Refresh now

Back to home

Search