dart2.auth.authentication.mustache Maven / Gradle / Ivy
{{>header}}
{{>part_of}}
// ignore: one_member_abstracts
abstract class Authentication {
/// Apply authentication settings to header and query params.
Future applyToParams(List queryParams, Map headerParams);
}