AppType
This is the primary determination of which permission scopes can be requested. An app cannot be more than one of these. If something cross domain needs to exist, it should be two apps and they can communicate.
enum AppType {
DEMANDHQAPP
STOREFRONTAPP
SUPPLIERAPP
}
Values
AppType.DEMANDHQAPP
AppType.STOREFRONTAPP
AppType.SUPPLIERAPP
Member of
PublicApp
object