dart2-v3template.auth.authentication.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connect-openapi-dart Show documentation
Show all versions of connect-openapi-dart Show documentation
dart2 generator from openapi 3.x spec files. Changing to openapitools dependencies.
part of {{pubName}}.api;
abstract class Authentication {
/// Apply authentication settings to header and query params.
void applyToParams(List queryParams, Map headerParams);
}