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

io.scalecube.security.tokens.jwt.JwtTokenParserFactory Maven / Gradle / Ivy

There is a newer version: 1.0.33.rc1
Show newest version
package io.scalecube.security.tokens.jwt;

public interface JwtTokenParserFactory {

  JwtTokenParser newParser(String token);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy