PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Public Member Functions | |
sendRequest (string $EndPoint) | |
![]() | |
getGrantType () | |
withGrantType (string $GrantType) | |
getClientId () | |
withClientId (string $ClientId) | |
getClientSecret () | |
withClientSecret (string $ClientSecret) | |
getUsername () | |
withUsername (string $Username) | |
getPassword () | |
withPassword (string $Password) | |
getScope () | |
withScope (string $Scope) | |
Simple OAuth2 ClientRequest implementation.
Samy\OAuth2\ClientRequest::sendRequest | ( | string | $EndPoint | ) |