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

io.soffa.commons.jwt.JwtDecoder Maven / Gradle / Ivy

package io.soffa.commons.jwt;

import io.soffa.service.core.model.Authentication;

import java.util.Optional;

public interface JwtDecoder {

    Optional decode(String jwt);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy