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
/
ClientCredentials
Client
Credentials
@
Serializable
@
SerialName
(
value
=
"clientCredentials"
)
data
class
ClientCredentials
(
val
tokenUrl
:
String
,
val
refreshUrl
:
String
?
=
null
,
val
scopes
:
Map
<
String
,
String
>
)
(
source
)
Members
Constructors
Client
Credentials
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