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

commonMain.com.paoapps.fifi.auth.AuthApi.kt Maven / Gradle / Ivy

Go to download

Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.

The newest version!
package com.paoapps.fifi.auth

import com.paoapps.fifi.domain.auth.Tokens

interface AuthApi {
    suspend fun refresh(refreshToken: String): Tokens
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy