🔥 Removed deprecated ResposeType from metadata output

This commit is contained in:
Maxim Lebedev 2024-05-06 17:39:40 +05:00
parent c8d58f46ca
commit 48cce53d02
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5

View File

@ -289,7 +289,6 @@ func (app *App) Handler() http.Handler {
},
ResponseTypesSupported: []domain.ResponseType{
domain.ResponseTypeCode,
domain.ResponseTypeID,
},
GrantTypesSupported: []domain.GrantType{
domain.GrantTypeAuthorizationCode,