💾 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
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/mediamath"
Package mediamath provides constants for using OAuth2 to access MediaMath.
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.