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

shz.core.verify.Verifiable Maven / Gradle / Ivy

package shz.core.verify;

import shz.core.Help;

public interface Verifiable {
    String key();

    String value();

    int expireSeconds();

    default boolean equals(String one, String other) {
        return Help.equals(one, other);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy