9 calls to OAuth2ServerTestCase::assertTokenResponse() in OAuth2 Server 7
- OAuth2ServerTestCase::testAuthorizationCodeGrantType in tests/
oauth2_server.test - Tests the "Authorization code" grant type.
- OAuth2ServerTestCase::testClientCredentialsGrantType in tests/
oauth2_server.test - Tests the "Client credentials" grant type.
- OAuth2ServerTestCase::testCryptoTokens in tests/
oauth2_server.test - Tests crypto tokens.
- 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::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.