oauth2golang.org/x/oauth2/stackoverflow Index | Files

package stackoverflow

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

Package stackoverflow provides constants for using OAuth2 to access Stack Overflow.

Index

Variables

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

Endpoint is Stack Overflow's OAuth 2.0 endpoint.

Source Files

stackoverflow.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.