
com.paypal.base.credential.ICredential Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-sdk Show documentation
Show all versions of rest-api-sdk Show documentation
PayPal SDK for integrating with the REST APIs
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