f019dfaf520f8ab4bcba271fe2abb022900ce248
[WP-Plugins/glm-member-db.git] /
1 <?php
2 namespace PayPal\Auth;
3 /**
4  * 
5  * Marker interface for implementations of third party authorization.
6  * Third-party authorization allows you to make an API call on some 
7  * other account\92s behalf 
8  */
9 interface IPPThirdPartyAuthorization {
10         
11 }