scopes property

List<String>? scopes
getter/setter pair

Comma-separated list of OAuth scopes that are validated at runtime.

Apigee validates that the scopes in any access token presented match the scopes defined in the OAuth policy associated with the API product.

Implementation

core.List<core.String>? scopes;