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

kotlin-client.libraries.jvm-volley.auth.authentication.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
companion object Authentication {
    // Where a header factory requires parameters a client will need to bind these
    // TODO Generate appropriate header factories based on settings
    {{#authMethods}}
{{#isApiKey}}
{{>auth/apikeyauth}}
{{/isApiKey}}
{{#isBasicBasic}}
{{>auth/httpbasicauth}}
{{/isBasicBasic}}
{{#isOAuth}}
    // TODO: Oauth not implemented yet - comment out below as OAuth does not exist
{{/isOAuth}}
    {{/authMethods}}
   }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy