Skip to main content

SetAppClientSettingsInput

Register/update an app's OAuth client settings for the portal handoff (requires manage_apps on the app).

input SetAppClientSettingsInput {
appId: BigInt!
redirectUris: [String!]
clientType: String
launchUrl: String
}

Fields

SetAppClientSettingsInput.appId ● BigInt! non-null scalar

SetAppClientSettingsInput.redirectUris ● [String!] list scalar

Allow-listed redirect URIs for the portal authorization code (origin-matched). Replaces the current list.

SetAppClientSettingsInput.clientType ● String scalar

OAuth client type: 'public' (browser/PKCE) or 'confidential'.

SetAppClientSettingsInput.launchUrl ● String scalar

Browser launch URL players are sent to when entering the app.

Member Of

setAppClientSettings mutation