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

org.radarbase.auth.authentication.StaticTokenVerifierLoader.kt Maven / Gradle / Ivy

package org.radarbase.auth.authentication

/** Load token verifiers as a static object. */
class StaticTokenVerifierLoader(
    private val tokenVerifiers: List
) : TokenVerifierLoader {
    override suspend fun fetch(): List = tokenVerifiers
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy