package com.paypal.core.credential; /** * <code>ICredential</code> 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 { }