8 calls to OAuth2ServerTestCase::passwordGrantRequest() in OAuth2 Server 7
- OAuth2ServerTestCase::testBlockedUserTokenFails in tests/
oauth2_server.test - Test that access is denied when using a token for a blocked user.
- OAuth2ServerTestCase::testCryptoTokens in tests/
oauth2_server.test - Tests crypto tokens.
- OAuth2ServerTestCase::testOpenIdConnectNonDefaultSub in tests/
oauth2_server.test - Tests that the OpenID Connect 'sub' property affects user info 'sub' claim.
- OAuth2ServerTestCase::testPasswordGrantType in tests/
oauth2_server.test - Tests the "User credentials" grant type.
- OAuth2ServerTestCase::testRefreshTokenGrantType in tests/
oauth2_server.test - Tests the "Refresh token" grant type.
- OAuth2ServerTestCase::testResourceRequests in tests/
oauth2_server.test - Tests resource requests.
- OAuth2ServerTestCase::testRevoke in tests/
oauth2_server.test - Tests revoking an access token.
- OAuth2ServerTestCase::testScopes in tests/
oauth2_server.test - Tests scopes.