package mediamath
import "golang.org/x/oauth2/mediamath"
Package mediamath provides constants for using OAuth2 to access MediaMath.
Index ¶
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.
Source Files ¶
mediamath.go
- Version
- v0.15.0
- Published
- Nov 27, 2023
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 18 minutes ago –
Tools for package owners.