[REQ][core] Missed refreshUrl property of CodegenSecurity
Created by: ybelenko
Is your feature request related to a problem? Please describe.
https://github.com/OpenAPITools/openapi-generator/blob/9dda4aa2e8a48bf5237ec51705039493a0822614/modules/openapi-generator/src/main/java/org/openapitools/codegen/CodegenSecurity.java#L42
Obviously refreshUrl
property missed.
ref to spec section: OAS3 - OAuth Flow Object
Describe the solution you'd like
Add refreshUrl
to CodegenSecurity.java
class.