dart.auth.oauth.mustache Maven / Gradle / Ivy
The newest version!
part of {{pubName}}.api;
class OAuth implements Authentication {
@override
void applyToParams(List queryParams, Map headerParams) {
// TODO: support oauth
}
}