createPublicAppUrl
Creates an url, that leads to a standalone app for pulic use. There is still a valid user logged in. The public user has to be configured in the settings as a "valid external user" for security reason
Parameters
Example Usages
await app.createPublicAppUrl({
appName: "survey",
publicUser: "surveyuser@acme.com",
id: 1,
});Return Values
Last updated