All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dart2-v3template.auth.authentication.mustache Maven / Gradle / Ivy

Go to download

dart2 generator from openapi 3.x spec files. Changing to openapitools dependencies.

There is a newer version: 4.7
Show newest version
part of {{pubName}}.api;

abstract class Authentication {

	/// Apply authentication settings to header and query params.
	void applyToParams(List queryParams, Map headerParams);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy