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\ResponseInterface, including all inherited members.
getAccessToken() | Samy\OAuth2\ResponseInterface | |
getError() | Samy\OAuth2\ResponseInterface | |
getErrorDescription() | Samy\OAuth2\ResponseInterface | |
getErrorUri() | Samy\OAuth2\ResponseInterface | |
getExpiresIn() | Samy\OAuth2\ResponseInterface | |
getRefreshToken() | Samy\OAuth2\ResponseInterface | |
getScope() | Samy\OAuth2\ResponseInterface | |
getTokenType() | Samy\OAuth2\ResponseInterface | |
withAccessToken(string $AccessToken) | Samy\OAuth2\ResponseInterface | |
withError(string $Error) | Samy\OAuth2\ResponseInterface | |
withErrorDescription(string $ErrorDescription) | Samy\OAuth2\ResponseInterface | |
withErrorUri(string $ErrorUri) | Samy\OAuth2\ResponseInterface | |
withExpiresIn(int $ExpiresIn) | Samy\OAuth2\ResponseInterface | |
withRefreshToken(string $RefreshToken) | Samy\OAuth2\ResponseInterface | |
withScope(string $Scope) | Samy\OAuth2\ResponseInterface | |
withTokenType(string $TokenType) | Samy\OAuth2\ResponseInterface |