io.vertx.up.unity.UxJwt Maven / Gradle / Ivy
package io.vertx.up.unity;
import io.vertx.core.json.JsonObject;
/**
* Jwt token extract
*/
@SuppressWarnings("all")
class UxJwt {
static JsonObject extract(final String jwt) {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy