Skip to main content

InstallAppArgs

type InstallAppArgs = {
appTokenScopesValidated?: boolean;
distributionToken: string;
installationType: InstallationType;
};

Arguments for installing a developer application via its distribution token.

Properties

appTokenScopesValidated?

optional appTokenScopesValidated: boolean;

Whether the requesting client has validated the app's requested scopes with the user.


distributionToken

distributionToken: string;

The distribution token for the app being installed.


installationType

installationType: InstallationType;

Type of installation to create.