You are here

public function OAuth2ClientTestCase::testGetAccessToken in OAuth2 Client 7

Same name and namespace in other branches
  1. 7.2 tests/oauth2_client.test \OAuth2ClientTestCase::testGetAccessToken()

File

tests/oauth2_client.test, line 26
OAuth2 Client tests.

Class

OAuth2ClientTestCase
Test OAuth2 Client.

Code

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