scopes property Null safety
read / write
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;
The available scopes for the OAuth2 security scheme.
REQUIRED. A map between the scope name and a short description for it.
Map<String, String>? scopes;