![JAR search and dependency download from the Maven repository](/logo.png)
club.zhcs.lina.oidc.service.jwt.JwtDecoder Maven / Gradle / Ivy
The newest version!
package club.zhcs.lina.oidc.service.jwt;
/**
*
*/
public interface JwtDecoder {
public String subject(String token);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy