kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
openapi-model
/
io.github.hfhbd.kfx.openapi
/
OpenApi
/
SecurityScheme
/
OpenIdConnect
Open
Id
Connect
@
Serializable
@
SerialName
(
value
=
"openIdConnect"
)
data
class
OpenIdConnect
(
val
description
:
String
?
=
null
,
val
openIdConnectUrl
:
String
)
:
OpenApi.SecurityScheme
(
source
)
Members
Constructors
Open
Id
Connect
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
openIdConnectUrl
:
String
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
open
Id
Connect
Url
Link copied to clipboard
val
openIdConnectUrl
:
String