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

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

There is a newer version: 1.0.62
Show 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