Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.75
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
/
FlowModel
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
authorization
Code
Link copied to clipboard
fun
<
T
:
Enum
<
T
>
,
Described
>
authorizationCode
(
scopes
:
Iterable
<
T
>
,
authorizationUrl
:
String
,
tokenUrl
:
String
,
refreshUrl
:
String
?
=
null
)
:
FlowsModel.FlowModel
<
T
>
client
Credentials
Link copied to clipboard
fun
<
T
:
Enum
<
T
>
,
Described
>
clientCredentials
(
scopes
:
Iterable
<
T
>
,
tokenUrl
:
String
,
refreshUrl
:
String
?
=
null
)
:
FlowsModel.FlowModel
<
T
>
implicit
Link copied to clipboard
fun
<
T
:
Enum
<
T
>
,
Described
>
implicit
(
scopes
:
Iterable
<
T
>
,
authorizationUrl
:
String
,
refreshUrl
:
String
?
=
null
)
:
FlowsModel.FlowModel
<
T
>
password
Link copied to clipboard
fun
<
T
:
Enum
<
T
>
,
Described
>
password
(
scopes
:
Iterable
<
T
>
,
tokenUrl
:
String
,
refreshUrl
:
String
?
=
null
)
:
FlowsModel.FlowModel
<
T
>