💾 Archived View for godocs.io › golang.org › x › oauth2 › amazon captured on 2024-12-17 at 17:45:00. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-08-19)

🚧 View Differences

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

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

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

Package amazon provides constants for using OAuth2 to access Amazon.

Variables

var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://www.amazon.com/ap/oa",
	TokenURL: "https://api.amazon.com/auth/o2/token",
}

Endpoint is Amazon's OAuth 2.0 endpoint.

Details

Version: v0.24.0 (latest)

Platform: linux/amd64

Imports: 1 packages

Refresh now

Back to home

Search