You are here

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\Functional

Code

public function testGetAccessToken() {
  $this
    ->clientCredentialsFlow();
  $this
    ->userPasswordFlow();
  $this
    ->serverSideFlow();
  $this
    ->clientIntegration();
  $this
    ->errorCases();
}