Skip to content

Commit

Permalink
docs: fix documentation of OAuth2 flow field
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Feb 15, 2022
1 parent 28ecfe0 commit 3b18074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/definitions/security/oauth2_security_scheme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class OAuth2SecurityScheme extends SecurityScheme {
/// those defined in an [OAuth2SecurityScheme] active on that form.
List<String>? scopes;

/// Name for query, header, cookie, or uri parameters.
/// Authorization flow.
late String flow;

final List<String> _parsedJsonFields = [];
Expand Down

0 comments on commit 3b18074

Please sign in to comment.