Error 400 Bad Request

POST https://nw-flow.cloud/oauth/token

Query Metrics

2 Database Queries
2 Different statements
6.26 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 4.71 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.secret_hash AS secret_hash_3, t0.name AS name_4, t0.grant_types AS grant_types_5, t0.allowed_scopes AS allowed_scopes_6, t0.is_confidential AS is_confidential_7, t0.is_revoked AS is_revoked_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.device_id AS device_id_11 FROM oauth_client t0 WHERE t0.identifier = ? AND t0.is_revoked = ? LIMIT 1
Parameters:
[
  "neow-parent-app"
  0
]
2 1.55 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.expires_at AS expires_at_3, t0.is_revoked AS is_revoked_4, t0.access_token_id AS access_token_id_5 FROM oauth_refresh_token t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "589478dc4fe4b6011f2c59859ff8b4d6eaf5b982d303fd5c2ec392f9bf877043c78602a60e1751e6"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\OAuth\Entity\OAuthClient 1
App\OAuth\Entity\OAuthRefreshToken 1
App\OAuth\Entity\OAuthAccessToken 1

Entities Mapping