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