namespace OAuth2 in OAuth2 Client 7
Same name in other branches
Class | Location | Description |
---|---|---|
Client | oauth2_client.inc | The class OAuth2\Client is used to get authorization from an oauth2 server. Its only goal is to get an access_token from the oauth2 server, so the only public function (besides the constructor) is getAccessToken(). |