menu
serinus_openapi package
documentation
serinus_openapi.dart
SecuritySchemeOAuth2V2
scopes property
scopes property
dark_mode
light_mode
scopes
property
Map
<
String
,
String
>
scopes
final
The available scopes for the OAuth2 security scheme.
Implementation
final Map<String, String> scopes;
serinus_openapi package
documentation
serinus_openapi
SecuritySchemeOAuth2V2
scopes property
SecuritySchemeOAuth2V2 class