7 calls to OAuth2ServerTest::httpPostRequest() in OAuth2 Server 8
- OAuth2ServerTest::passwordGrantRequest in tests/
src/ Functional/ OAuth2ServerTest.php - Performs a password grant request and returns it.
- 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::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::testOpenIdConnectNonDefaultSubInIdToken in tests/
src/ Functional/ OAuth2ServerTest.php - Tests that the OpenID Connect 'sub' property affects ID token 'sub' claim.
- OAuth2ServerTest::testRefreshTokenGrantType in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the "Refresh token" grant type.