ProductionCredentials
OAuth credentials for the App on the production Cognito user pool.
The same client is used in both draft and active App states — scopes
expand on promotion but clientId, tokenUrl, and shape do not change.
A future sandboxCredentials sibling envelope will carry sandbox-pool
credentials when the sandbox Cognito pool exists.
- clientType: string
Id requiredOAuth client ID for authenticating your application (client credentials flow). Stable across draft→active promotion.
- scopesType: array string[]required
OAuth scopes currently authorized on this client. Expands on promotion; today's list reflects the draft scope only.
- tokenType: stringFormat: uri
Url requiredCognito token endpoint. POST
client_id+client_secrethere withgrant_type=client_credentialsto mint an access token.
