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

io.vertx.up.unity.UxJwt Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
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