![JAR search and dependency download from the Maven repository](/logo.png)
io.scalecube.security.tokens.jwt.JwtTokenParserFactory Maven / Gradle / Ivy
package io.scalecube.security.tokens.jwt;
public interface JwtTokenParserFactory {
JwtTokenParser newParser(String token);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy