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

com.mercateo.spring.security.jwt.token.keyset.JWTKeyset Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.mercateo.spring.security.jwt.token.keyset;

import com.auth0.jwk.Jwk;
import io.vavr.control.Try;

public interface JWTKeyset {
    Try getKeysetForId(String keyId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy