scopes property

Map<String, String>? scopes
getter/setter pair

The available scopes for the OAuth2 security scheme.

REQUIRED. A map between the scope name and a short description for it.

Implementation

Map<String, String>? scopes;