Skip to main content

no-space-in-scope-value

Overview

This rule belongs to the apimatic-codegen-validation ruleset and states that:

Scope values must not contain spaces.

PropertyValue
EnabledYes
Maximum SeverityError
MessageScope value contains spaces which is not allowed.
CodeAPIMATICCODEGEN_V021
TypeValidation
Rule SystemSemantic
Broad CategoryAuthentication
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic 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.

For More Information