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

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