io.scalecube.security.tokens.jwt.JwtTokenParser Maven / Gradle / Ivy
package io.scalecube.security.tokens.jwt;
import java.security.Key;
public interface JwtTokenParser {
JwtToken parseToken();
JwtToken verifyToken(Key key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy