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

org.octopusden.employee.client.impl.EmployeeServiceClientParametersProvider.kt Maven / Gradle / Ivy

There is a newer version: 2.0.35
Show newest version
package org.octopusden.employee.client.impl

interface EmployeeServiceClientParametersProvider {
    fun getBearerToken(): String?
    fun getApiUrl(): String
    fun getTimeRetryInMillis(): Int
    fun getBasicCredentials(): String?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy