![JAR search and dependency download from the Maven repository](/logo.png)
kotlin-client.libraries.jvm-volley.auth.authentication.mustache Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy