|
PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
This is the complete list of members for Samy\OAuth2\RequestInterface, including all inherited members.
| getClientId() | Samy\OAuth2\RequestInterface | |
| getClientSecret() | Samy\OAuth2\RequestInterface | |
| getGrantType() | Samy\OAuth2\RequestInterface | |
| getPassword() | Samy\OAuth2\RequestInterface | |
| getScope() | Samy\OAuth2\RequestInterface | |
| getUsername() | Samy\OAuth2\RequestInterface | |
| withClientId(string $ClientId) | Samy\OAuth2\RequestInterface | |
| withClientSecret(string $ClientSecret) | Samy\OAuth2\RequestInterface | |
| withGrantType(string $GrantType) | Samy\OAuth2\RequestInterface | |
| withPassword(string $Password) | Samy\OAuth2\RequestInterface | |
| withScope(string $Scope) | Samy\OAuth2\RequestInterface | |
| withUsername(string $Username) | Samy\OAuth2\RequestInterface |