LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.thirdparty.mojang.service
/
SessionServerApi
/
fetchProfileSigned
fetch
Profile
Signed
@
GET
(
value
=
"session/minecraft/profile/{uuid}"
)
abstract
suspend
fun
fetchProfileSigned
(
@
Path
(
value
=
"uuid"
)
uuid
:
String
,
@
Query
(
value
=
"unsigned"
)
unsigned
:
Boolean
=
false
)
:
Response
<
SessionProfile
>
As above, with signature verification.