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

commonMain.com.apollographql.apollo.interceptor.TokenProvider.kt Maven / Gradle / Ivy

package com.apollographql.apollo.interceptor

interface TokenProvider {
  suspend fun currentToken(): String
  suspend fun refreshToken(previousToken: String): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy