Skip to main content

ExchangePortalCodeInput

Input for exchangePortalCode: the destination game (public client) trades a one-time portal code for an app-scoped gameplay token. Public (the code + PKCE verifier authorize the call).

input ExchangePortalCodeInput {
code: String!
codeVerifier: String
}

Fields

ExchangePortalCodeInput.code ● String! non-null scalar

The one-time authorization code received on the redirect.

ExchangePortalCodeInput.codeVerifier ● String scalar

PKCE code verifier matching the challenge supplied when the code was created. Required when the code was created with a challenge.

Member Of

exchangePortalCode mutation