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

no.nav.common.sts.TokenProvider Maven / Gradle / Ivy

There is a newer version: 2.2023.01.10_13.49-81ddc732df3a
Show newest version
package no.nav.common.sts;

/**
 * Generic provider of tokens used for authentication
 */
public interface TokenProvider {

    String getToken();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy