
uk.co.mruoc.fake.jwt.key.JsonWebKeyProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fake-jwt-auth-server Show documentation
Show all versions of fake-jwt-auth-server Show documentation
Template repo to speed up creating new library projects
The newest version!
package uk.co.mruoc.fake.jwt.key;
import com.nimbusds.jose.jwk.JWK;
import com.nimbusds.jwt.JWTClaimsSet;
public interface JsonWebKeyProvider {
boolean supports(String clientId);
JWK getKey();
String generateToken(JWTClaimsSet claims);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy