|
PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Public Attributes | |
| const | CLIENT_CREDENTIALS = "client_credentials" |
| const | PASSWORD = "password" |
| const | AUTHORIZATION_CODE = "authorization_code" |
| const | REFRESH_TOKEN = "refresh_token" |
Describes oauth2 grant type.
| const Samy\RestApi\GrantType::AUTHORIZATION_CODE = "authorization_code" |
| const Samy\RestApi\GrantType::CLIENT_CREDENTIALS = "client_credentials" |
| const Samy\RestApi\GrantType::PASSWORD = "password" |
| const Samy\RestApi\GrantType::REFRESH_TOKEN = "refresh_token" |