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

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