Skip to main content

AddAppArgs

type AddAppArgs = {
displayName: string;
serviceUrl: string;
};

Arguments for creating a new developer application.

Properties

displayName

displayName: string;

Display name of the application.


serviceUrl

serviceUrl: string;

The application's service URL.