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

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

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

/**
 * Provides tokens that uses OAuth 2.0 scope
 * See: https://oauth.net/2/scope
 */
public interface ScopedTokenProvider {

    String getToken(String scope);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy