http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.model
/
OAuthFlows
/
DeviceCode
Device
Code
@
JsonSerializable
data
class
DeviceCode
(
val
deviceAuthorizationUrl
:
Uri
,
val
tokenUrl
:
Uri
,
val
scopes
:
Map
<
String
,
String
>
,
val
refreshUrl
:
Uri
?
=
null
)
:
OAuthFlows
(
source
)
Members
Constructors
Device
Code
Link copied to clipboard
constructor
(
deviceAuthorizationUrl
:
Uri
,
tokenUrl
:
Uri
,
scopes
:
Map
<
String
,
String
>
,
refreshUrl
:
Uri
?
=
null
)
Properties
device
Authorization
Url
Link copied to clipboard
val
deviceAuthorizationUrl
:
Uri
refresh
Url
Link copied to clipboard
val
refreshUrl
:
Uri
?
scopes
Link copied to clipboard
val
scopes
:
Map
<
String
,
String
>
token
Url
Link copied to clipboard
val
tokenUrl
:
Uri