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

invirt.http4k.security.authentication.AuthTokens.kt Maven / Gradle / Ivy

There is a newer version: 0.10.11
Show newest version
package invirt.http4k.security.authentication

import org.http4k.core.cookie.Cookie

fun interface AuthTokens {
    fun responseCookies(): List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy