scopes property

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

The available scopes for the OAuth2 security scheme.

A map between the scope name and a short description for it. The map MAY be empty.

Implementation

core.Map<core.String, core.String>? scopes;