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

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
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy