💾 Archived View for godocs.io › golang.org › x › oauth2 › mediamath captured on 2024-02-05 at 10:32:31. 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 mediamath - golang.org/x/oauth2/mediamath - godocs.io

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

Package mediamath provides constants for using OAuth2 to access MediaMath.

Variables

var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://api.mediamath.com/oauth2/v1.0/authorize",
	TokenURL: "https://api.mediamath.com/oauth2/v1.0/token",
}

Endpoint is MediaMath's OAuth 2.0 endpoint for production.

var SandboxEndpoint = oauth2.Endpoint{
	AuthURL:  "https://t1sandbox.mediamath.com/oauth2/v1.0/authorize",
	TokenURL: "https://t1sandbox.mediamath.com/oauth2/v1.0/token",
}

SandboxEndpoint is MediaMath's OAuth 2.0 endpoint for sandbox.

Details

Version: v0.16.0 (latest)

Platform: linux/amd64

Imports: 1 packages

Refresh now

Back to home

Search