PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Namespaces | |
namespace | Samy\OAuth2 |
Functions | |
Samy\OAuth2::getGrantType () | |
Samy\OAuth2::withGrantType (string $GrantType) | |
Samy\OAuth2::getClientId () | |
Samy\OAuth2::withClientId (string $ClientId) | |
Samy\OAuth2::getClientSecret () | |
Samy\OAuth2::withClientSecret (string $ClientSecret) | |
Samy\OAuth2::getUsername () | |
Samy\OAuth2::withUsername (string $Username) | |
Samy\OAuth2::getPassword () | |
Samy\OAuth2::withPassword (string $Password) | |
Samy\OAuth2::getScope () | |
Samy\OAuth2::withScope (string $Scope) | |
Variables | |
trait | Samy\OAuth2::RequestTrait |
Samy\OAuth2::$client_id = "" | |
Samy\OAuth2::$client_secret = "" | |
Samy\OAuth2::$username = "" | |
Samy\OAuth2::$password = "" | |
Samy\OAuth2::$scope = "" | |