Key Provider
open class KeyProvider @JvmOverloads constructor(initialKeys: List<JWK> = keysFromFile(INITIAL_KEYS_FILE), algorithm: String = JWSAlgorithm.RS256.name) : JWKSource<SecurityContext>
Constructors
Functions
Link copied to clipboard
open operator override fun get(jwkSelector: JWKSelector?, context: SecurityContext?): MutableList<JWK>
Link copied to clipboard