13 calls to RequestHelperTrait::post() in Simple OAuth (OAuth2) & OpenID Connect 5.x
- AuthCodeFunctionalTest::postGrantedCodeWithScopes in tests/
src/ Functional/ AuthCodeFunctionalTest.php - Posts the code and requests access to the scopes.
- AuthCodeFunctionalTest::testClientAuthCodeGrantWithPkce in tests/
src/ Functional/ AuthCodeFunctionalTest.php - Test the AuthCode grant with PKCE.
- ClientCredentialsFunctionalTest::testClientCredentialsGrant in tests/
src/ Functional/ ClientCredentialsFunctionalTest.php - Test the valid ClientCredentials grant.
- ClientCredentialsFunctionalTest::testInvalidClientCredentialsGrant in tests/
src/ Functional/ ClientCredentialsFunctionalTest.php - Test invalid ClientCredentials grant.
- ClientCredentialsFunctionalTest::testMissingClientCredentialsGrant in tests/
src/ Functional/ ClientCredentialsFunctionalTest.php - Test invalid ClientCredentials grant.
- PasswordFunctionalTest::testInvalidPasswordGrant in tests/
src/ Functional/ PasswordFunctionalTest.php - Test invalid Password grant.
- PasswordFunctionalTest::testMissingPasswordGrant in tests/
src/ Functional/ PasswordFunctionalTest.php - Test invalid Password grant.
- PasswordFunctionalTest::testPasswordGrant in tests/
src/ Functional/ PasswordFunctionalTest.php - Test the valid Password grant.
- RefreshFunctionalTest::setUp in tests/
src/ Functional/ RefreshFunctionalTest.php - RefreshFunctionalTest::testInvalidRefreshGrant in tests/
src/ Functional/ RefreshFunctionalTest.php - Test invalid Refresh grant.
- RefreshFunctionalTest::testMissingRefreshGrant in tests/
src/ Functional/ RefreshFunctionalTest.php - Test invalid Refresh grant.
- RefreshFunctionalTest::testRefreshGrant in tests/
src/ Functional/ RefreshFunctionalTest.php - Test the valid Refresh grant.
- RolesNegotiationFunctionalTest::getAccessToken in tests/
src/ Functional/ RolesNegotiationFunctionalTest.php - Return an access token.