You are here

9 calls to OAuth2ServerTest::assertTokenResponse() in OAuth2 Server 8

OAuth2ServerTest::testAuthorizationCodeGrantType in tests/src/Functional/OAuth2ServerTest.php
Tests the "Authorization code" grant type.
OAuth2ServerTest::testClientCredentialsGrantType in tests/src/Functional/OAuth2ServerTest.php
Tests the "Client credentials" grant type.
OAuth2ServerTest::testCryptoTokens in tests/src/Functional/OAuth2ServerTest.php
Tests crypto tokens.
OAuth2ServerTest::testImplicitFlow in tests/src/Functional/OAuth2ServerTest.php
Tests the implicit flow.
OAuth2ServerTest::testJwtBearerGrantType in tests/src/Functional/OAuth2ServerTest.php
Tests the "JWT bearer" grant type.
OAuth2ServerTest::testOpenIdConnectAuthorizationCodeFlow in tests/src/Functional/OAuth2ServerTest.php
Tests the OpenID Connect authorization code flow.
OAuth2ServerTest::testOpenIdConnectImplicitFlow in tests/src/Functional/OAuth2ServerTest.php
Tests the OpenID Connect implicit flow.
OAuth2ServerTest::testPasswordGrantType in tests/src/Functional/OAuth2ServerTest.php
Tests the "User credentials" grant type.
OAuth2ServerTest::testRefreshTokenGrantType in tests/src/Functional/OAuth2ServerTest.php
Tests the "Refresh token" grant type.