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

com.paysera.lib.inrento.retrofit.NetworkAccessTokenApiClient.kt Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.paysera.lib.inrento.retrofit

import com.paysera.lib.inrento.entities.auth.PSAuthToken
import com.paysera.lib.inrento.entities.requests.PSAuthTokenRequest
import kotlinx.coroutines.Deferred
import retrofit2.http.Body
import retrofit2.http.POST

interface NetworkAccessTokenApiClient {
    @POST("tokens")
    fun getTokens(@Body authTokenRequest: PSAuthTokenRequest): Deferred
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy