fix(authorization): include oauth endpoint description (#7195)
This commit is contained in:
@@ -43,7 +43,8 @@ export const definitionsToAuthorize = onlyOAS3(createSelector(
|
||||
authorizationUrl: flowVal.get("authorizationUrl"),
|
||||
tokenUrl: flowVal.get("tokenUrl"),
|
||||
scopes: flowVal.get("scopes"),
|
||||
type: definition.get("type")
|
||||
type: definition.get("type"),
|
||||
description: definition.get("description")
|
||||
})
|
||||
|
||||
list = list.push(new Map({
|
||||
|
||||
Reference in New Issue
Block a user