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

com.googlecode.googleplus.core.OAuth2RefreshCallback Maven / Gradle / Ivy

The newest version!
package com.googlecode.googleplus.core;

/**
 * Interface for internal use
 *
 * @author bozho
 *
 */
public interface OAuth2RefreshCallback {

    /**
     * Attempts to refresh the token
     * @return the new access token
     */
    String refreshToken();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy