💾 Archived View for godocs.io › golang.org › x › oauth2 › yahoo captured on 2024-05-12 at 16:09:57. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-10)

➡️ Next capture (2024-05-26)

🚧 View Differences

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

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

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

Package yahoo provides constants for using OAuth2 to access Yahoo.

Variables

var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://api.login.yahoo.com/oauth2/request_auth",
	TokenURL: "https://api.login.yahoo.com/oauth2/get_token",
}

Endpoint is Yahoo's OAuth 2.0 endpoint. See https://developer.yahoo.com/oauth2/guide/

Details

Version: v0.20.0 (latest)

Platform: linux/amd64

Imports: 1 packages

Refresh now

Back to home

Search