forked from loafle/openapi-generator-original
Generate auth files to correct location
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
part of api;
|
||||
|
||||
abstract class Authentication {
|
||||
|
||||
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams);
|
||||
|
||||
/// Apply authentication settings to header and query params.
|
||||
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams);
|
||||
}
|
||||
Reference in New Issue
Block a user