Classes, traits, and interfaces in OAuth2 Client 7
Primary tabs
Name | Type | Namespace | Location | Description | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|
Client | class | OAuth2 |
./ |
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(). | |||
OAuth2ClientTestCase | class |
tests/ |
Test OAuth2 Client. |