You are here

6 calls to OAuth2ServerTest::authorizationCodeRequest() in OAuth2 Server 8

OAuth2ServerTest::testAuthorization in tests/src/Functional/OAuth2ServerTest.php
Tests the authorization part of the flow.
OAuth2ServerTest::testAuthorizationCodeGrantType in tests/src/Functional/OAuth2ServerTest.php
Tests the "Authorization code" grant type.
OAuth2ServerTest::testImplicitFlow in tests/src/Functional/OAuth2ServerTest.php
Tests the implicit flow.
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::testOpenIdConnectNonDefaultSubInIdToken in tests/src/Functional/OAuth2ServerTest.php
Tests that the OpenID Connect 'sub' property affects ID token 'sub' claim.