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

org.paranora.ssoc.pac4j.extractor.SecretKeyProvider Maven / Gradle / Ivy

package org.paranora.ssoc.pac4j.extractor;


/**
 * The interface Secret key provider.
 */
public interface SecretKeyProvider {
    /**
     * Gets secret key.
     *
     * @param token the token
     * @return the secret key
     */
    String getSecretKey(String token);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy