# command: licensing.validate-license
Description: Validate the current application license and show appropriate prompts or errors. Web only.

Inputs: `LicenseRequestArgs`

LicenseRequestArgs properties:
```json
{
  "accountId": {
    "description": "The accountId (orgId) that we want to check licensing for.",
    "type": "string"
  },
  "applicationName": {
    "description": "The human readable application name, used for any licensing related ui. Web only.",
    "type": "string"
  },
  "sku": {
    "description": "Overwrite the default SKU (if any) for license checking.",
    "type": "string"
  }
}
```

---
