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

com.paypal.base.credential.ICredential Maven / Gradle / Ivy

There is a newer version: LATEST
Show newest version
package com.paypal.base.credential;

/**
 * ICredential acts a base class for any credential required
 * by the service for authentication. Credential implementations are
 * essentially information passed on to any API service for authentication.
 *
 */
public interface ICredential {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy