Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.model.security
/
FlowsModel
/
authorizationCode
authorization
Code
fun
authorizationCode
(
scopes
:
Iterable
<
TScope
>
,
authorizationUrl
:
String
,
tokenUrl
:
String
,
refreshUrl
:
String
?
=
null
)
:
FlowsModel
<
TScope
>
(
source
)