SandboxCredentials

Sandbox OAuth credentials for the App on the sandbox Cognito user pool (sandbox.platform.timeback.com). No secret is returned; the sandbox secret is surfaced exactly once on the POST /applications/1.0/drafts response.

  • clientId
    Type: string
    required

    Sandbox-pool OAuth client ID (client credentials flow).

  • scopes
    Type: array string[]
    required

    Sandbox-tier OAuth scopes authorized on this client.

  • tokenUrl
    Type: stringFormat: uri
    required

    Sandbox Cognito token endpoint.