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

commonMain.com.lightspark.sdk.wallet.auth.jwt.JwtStorage.kt Maven / Gradle / Ivy

The newest version!
package com.lightspark.sdk.wallet.auth.jwt

interface JwtStorage {
    fun getCurrent(): JwtTokenInfo?
    fun replace(state: JwtTokenInfo?)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy