The default value of `PKCE_REQUIRED` is [true](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#pkce-required) and so I would expect the ConnectDiscoveryInfoView to return the corresponding metadata, i.e. ``` ... "code_challenge_methods_supported": [ "S256" ] ... ``` But this currently is not the case.