authorizeApp
Record the user's consent for an (untrusted) app to receive app-scoped tokens via the portal. Called from the Overworld consent screen before createPortalAuthorizationCode. Idempotent. Requires a SESSION token.
authorizeApp(
input: AuthorizeAppInput!
): AppAuthorizationGrant!
Arguments
authorizeApp.input ● AuthorizeAppInput! non-null input
Type
AppAuthorizationGrant object
A user's standing consent for an app to receive app-scoped tokens via the Overworld portal (the “connected apps” list).