MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.file.data
/
JwtConfig
/
JwtConfig
Jwt
Config
constructor
(
issuer
:
String
=
"https://api.example.com"
,
realm
:
String
=
"example.com"
,
privateKeyFile
:
String
=
"privateKey.pem"
,
keyId
:
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
=
UUID.randomUUID()
)