Skip to content

PlaygroundOAuth2Config

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/web/src/lib/api-client.ts

The playground's OAuth2 declaration (project.settings.playgroundOAuth2).

Every field is published verbatim in the served spec, so there is nothing to withhold — and deliberately no client secret: a published documentation page is a public client, and the flow is protected by PKCE. The API refuses a secret-shaped field outright.

Properties

PropertyType
clientIdstring
authorizationUrlstring
tokenUrlstring
openIdConnectUrlstring
scopesRecord<string, string>

Was this page helpful?

Download as PDF