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

com.fivefaces.structureclient.config.security.user.UserJwtTokenService Maven / Gradle / Ivy

The newest version!
package com.fivefaces.structureclient.config.security.user;

import com.nimbusds.jwt.JWT;

public interface UserJwtTokenService {

    JWT validateToken(String token);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy