In section 5 of the [OAuth 2.0 spec provided by OpenId Connect](https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html), it specifies that multiple response types should be supported. This would provide support for all authentication types specified for OpenId Connect: [Section 3. Authentication](https://openid.net/specs/openid-connect-core-1_0.html#Authentication). Are there plans to support multiple response types in the authorization code flow? Currently, only the "code" is supported.