forked from loafle/openapi-generator-original
9 lines
189 B
Dart
9 lines
189 B
Dart
part of api;
|
|
|
|
class OAuth implements Authentication {
|
|
|
|
@override
|
|
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams) {
|
|
// TODO: support oauth
|
|
}
|
|
} |