You are here

14 calls to OAuth2ServerTestCase::httpRequest() in OAuth2 Server 7

OAuth2ServerTestCase::authorizationCodeRequest in tests/oauth2_server.test
Performs an authorization request and returns it.
OAuth2ServerTestCase::passwordGrantRequest in tests/oauth2_server.test
Performs a password grant request and returns it.
OAuth2ServerTestCase::testAuthorizationCodeGrantType in tests/oauth2_server.test
Tests the "Authorization code" grant type.
OAuth2ServerTestCase::testBlockedUserTokenFails in tests/oauth2_server.test
Test that access is denied when using a token for a blocked user.
OAuth2ServerTestCase::testClientCredentialsGrantType in tests/oauth2_server.test
Tests the "Client credentials" grant type.
OAuth2ServerTestCase::testImplicitFlow in tests/oauth2_server.test
Tests the implicit flow.
OAuth2ServerTestCase::testJwtBearerGrantType in tests/oauth2_server.test
Tests the "JWT bearer" grant type.
OAuth2ServerTestCase::testOpenIdConnectAuthorizationCodeFlow in tests/oauth2_server.test
Tests the OpenID Connect authorization code flow.
OAuth2ServerTestCase::testOpenIdConnectImplicitFlow in tests/oauth2_server.test
Tests the OpenID Connect implicit flow.
OAuth2ServerTestCase::testOpenIdConnectNonDefaultSub in tests/oauth2_server.test
Tests that the OpenID Connect 'sub' property affects user info 'sub' claim.
OAuth2ServerTestCase::testOpenIdConnectNonDefaultSubInIdToken in tests/oauth2_server.test
Tests that the OpenID Connect 'sub' property affects ID token 'sub' claim.
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.