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

io.castled.oauth.AccessTokenRefresher Maven / Gradle / Ivy

package io.castled.oauth;

public interface AccessTokenRefresher {

    T refreshAccessConfig(Long oauthToken);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy