|
PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Public Member Functions | |
| __construct () | |
Public Member Functions inherited from Samy\OAuth2\RequestInterface | |
| 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 ServerRequest implementation.
| Samy\OAuth2\ServerRequest::__construct | ( | ) |
OAuth2 ServerRequest construction.