Files
immich/mobile/openapi/lib/auth/authentication.dart
T
shenlong-tanwen 43e0cc7392 dart generator
2026-05-31 10:08:03 +05:30

11 lines
362 B
Dart
Generated

// AUTO-GENERATED FILE, DO NOT MODIFY!
//
part of openapi.api;
/// Applies credentials to an outgoing request's query and header params.
// ignore: one_member_abstracts
abstract class Authentication {
/// Apply authentication settings to header and query params.
Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams);
}