com.mercateo.spring.security.jwt.token.keyset.JWTKeyset Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-security-jwt Show documentation
Show all versions of spring-security-jwt Show documentation
JWT authentication with spring security
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