chore(server): update openapi (#2205)
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ part of openapi.api;
|
||||
// ignore: one_member_abstracts
|
||||
abstract class Authentication {
|
||||
/// Apply authentication settings to header and query params.
|
||||
void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams);
|
||||
Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user