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

com.zdawn.jwt.web.UidDecoder Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.zdawn.jwt.web;

public interface UidDecoder {
	default public String decodeUid(String value) {
		return value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy