projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f019dfaf520f8ab4bcba271fe2abb022900ce248
[WP-Plugins/glm-member-db-registrations.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
\92
s behalf
8
*/
9
interface IPPThirdPartyAuthorization {
10
11
}