Interface JwtVerifyAddOn


public interface JwtVerifyAddOn
  • Method Summary

    Modifier and Type
    Method
    Description
    tech.corefinance.common.dto.JwtTokenDto
    additionalJwtVerify(tech.corefinance.common.dto.JwtTokenDto jwtTokenDto, String token, String deviceId, String ipaddress)
     
  • Method Details

    • additionalJwtVerify

      tech.corefinance.common.dto.JwtTokenDto additionalJwtVerify(tech.corefinance.common.dto.JwtTokenDto jwtTokenDto, String token, String deviceId, String ipaddress)