public function OAuth2ClientTest::testGetAccessToken in OAuth2 Client 8
File
- tests/
src/ Functional/ OAuth2ClientTest.php, line 37
Class
- OAuth2ClientTest
- Test OAuth2 Client.
Namespace
Drupal\Tests\oauth2_client\FunctionalCode
public function testGetAccessToken() {
$this
->clientCredentialsFlow();
$this
->userPasswordFlow();
$this
->serverSideFlow();
$this
->clientIntegration();
$this
->errorCases();
}