![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.com.paoapps.fifi.domain.auth.Tokens.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fifi-common Show documentation
Show all versions of fifi-common Show documentation
Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.
package com.paoapps.fifi.domain.auth
import kotlinx.serialization.Serializable
@Serializable
data class Tokens(val accessToken: String, val refreshToken: String?)
@Serializable
data class Credentials(val username: String, val password: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy