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

org.yestech.rpx.auth.RPXAuthProvider Maven / Gradle / Ivy

The newest version!
package org.yestech.rpx.auth;

import org.apache.commons.httpclient.HttpMethod;

/**
 * @author A.J. Wright
 */
public interface RPXAuthProvider {
    String getRedirectUrl(String realm, String tokenUrl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy