no-space-in-scope-value
Overview
This rule belongs to the apimatic-codegen-validation ruleset and states that:
Scope values must not contain spaces.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Scope value contains spaces which is not allowed. |
| Code | APIMATICCODEGEN_V021 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Authentication |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | apimatic code generation codegen sdks portal docs validation apimatic scope oauth 2.0 authentication |
Suggested Fixes
- Remove spaces from scope value. You may use spaces in scope names but not scope values.