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

global.maplink.token.MapLinkToken Maven / Gradle / Ivy

The newest version!
package global.maplink.token;

import global.maplink.http.request.Request;

public interface MapLinkToken {
    boolean isExpired();

    boolean isAboutToExpireIn(int seconds);

    Request applyOn(Request request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy