com.fivefaces.structureclient.config.security.user.UserJwtTokenService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-structure-client Show documentation
Show all versions of common-structure-client Show documentation
structure Client for Five Faces
The newest version!
package com.fivefaces.structureclient.config.security.user;
import com.nimbusds.jwt.JWT;
public interface UserJwtTokenService {
JWT validateToken(String token);
}