kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
openapi-model
/
io.github.hfhbd.kfx.openapi
/
OpenApi
/
SecurityScheme
/
OAuth2
/
Flows
/
Password
Password
@
Serializable
@
SerialName
(
value
=
"password"
)
data
class
Password
(
val
tokenUrl
:
String
,
val
refreshUrl
:
String
?
=
null
,
val
scopes
:
Map
<
String
,
String
>
)
(
source
)
Members
Constructors
Password
Link copied to clipboard
constructor
(
tokenUrl
:
String
,
refreshUrl
:
String
?
=
null
,
scopes
:
Map
<
String
,
String
>
)
Properties
refresh
Url
Link copied to clipboard
val
refreshUrl
:
String
?
scopes
Link copied to clipboard
val
scopes
:
Map
<
String
,
String
>
token
Url
Link copied to clipboard
val
tokenUrl
:
String