💾 Archived View for godocs.io › golang.org › x › oauth2 › uber captured on 2024-02-05 at 10:33:10. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

➡️ Next capture (2024-03-21)

🚧 View Differences

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

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

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

Package uber provides constants for using OAuth2 to access Uber.

Variables

var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://login.uber.com/oauth/v2/authorize",
	TokenURL: "https://login.uber.com/oauth/v2/token",
}

Endpoint is Uber's OAuth 2.0 endpoint.

Details

Version: v0.16.0 (latest)

Platform: linux/amd64

Imports: 1 packages

Refresh now

Back to home

Search